theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Error_CS_API

Sq3Lite PACKAGE - work with an errorMore...

+ Collaboration diagram for Sq3Lite_Error_CS_API:

Functions

static bool cssq3lite.Sq3Lite.ErrorCheckI (Sq3ErrorE ret)
  C#: [static] bool ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error
 

Detailed Description

Sq3Lite PACKAGE - work with an error

Error handling in cssq3lite.

The error signals the end of an operation with an undesirable result or state.

Function Documentation

◆ ErrorCheckI()

static bool cssq3lite.Sq3Lite.ErrorCheckI ( Sq3ErrorE ret)
inlinestatic

C#: [static] bool ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error

Definition at line 948 of file LibSq3Lite_cs.cs.

948 {
949 bool __retVal__L = Sq3.Sq3ErrorCheckI(ret);
950 return __retVal__L;
951 }