theKernel 10.0
Loading...
Searching...
No Matches
libmkkernel::MkErrorDefaultS Struct Reference

signal-slot for raise an errorMore...

#include <LibMkKernel_mk.h>

+ Collaboration diagram for libmkkernel::MkErrorDefaultS:

Public Attributes

union { 
 
   struct MkObjectS   obj 
 
   struct MkErrorS   err 
 
super 
 

Detailed Description

signal-slot for raise an error

The default-error is the error used in the MkRuntimeC to store and process an error-message.
The message will be formated using the current instance or class and than a libmkkernel::MK_ERROR will be raised.

‍The Target-Programming-Language (TPL) (C,C++,C#,VB.NET,Java,Python,Ruby,Perl,PHP,Tcl or GO) will get the error and decide how-to process further.

Definition at line 10564 of file LibMkKernel_mk.h.

Member Data Documentation

◆ err

struct MkErrorS libmkkernel::MkErrorDefaultS::err

Definition at line 10569 of file LibMkKernel_mk.h.

◆ obj

struct MkObjectS libmkkernel::MkErrorDefaultS::obj

Definition at line 10568 of file LibMkKernel_mk.h.

◆ [union]

union { ... } libmkkernel::MkErrorDefaultS::super

The documentation for this struct was generated from the following file: