SqueezeBrains SDK 1.18
|
Common class More...
#include <cs_common.h>
Public Member Functions | |
SbError | Error () |
Returns the error code of the last operation. If no error SbError.SB_ERR_NONE is returned. More... | |
String | ErrorMsg () |
Returns the error message of the last operation. More... | |
Static Public Member Functions | |
static String | FormatError (SbError error) |
Returns the error message. More... | |
Common class
Definition at line 241 of file cs_common.h.
SbError sb_cs::SbCommon::Error | ( | ) |
Returns the error code of the last operation. If no error SbError.SB_ERR_NONE is returned.
String sb_cs::SbCommon::ErrorMsg | ( | ) |
Returns the error message of the last operation.
|
static |
Returns the error message.
error | Error code |