CryptoSys API
6.22.1
|
Details of errors returned by the core library. More...
Static Public Member Functions | |
static int | ErrorCode () |
Retrieve error code of the error that occurred when calling the last function (if available). More... | |
static std::string | ErrorLookup (int errCode) |
Look up description for error code. More... | |
static std::string | FormatErrorMessage (int errCode=0) |
Return an error message string for the last error. More... | |
Details of errors returned by the core library.
|
static |
Retrieve error code of the error that occurred when calling the last function (if available).
|
static |
Look up description for error code.
errCode | Code number (may be positive or negative) |
|
static |
Return an error message string for the last error.
errCode | Error code returned by last call. |
"Error ({errCode}): {errorlookup}[: {lasterror}]"