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

signal-slot for raise an errorMore...

#include <LibMkKernel_mk.h>

+ Collaboration diagram for MkErrorDefaultS:

Data Fields

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 MkErrorE.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 10550 of file LibMkKernel_mk.h.

Field Documentation

◆ err

struct MkErrorS MkErrorDefaultS::err

Definition at line 10555 of file LibMkKernel_mk.h.

◆ obj

struct MkObjectS MkErrorDefaultS::obj

Definition at line 10554 of file LibMkKernel_mk.h.

◆ [union]

union { ... } MkErrorDefaultS::super

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