![]() |
Zentitle SDK and Library
|
Public Member Functions | |
nalpError () | |
Default constructor. More... | |
nalpError (int i, String msg) | |
Regular constructor. More... | |
nalpError (int i, String msg, String quiet) | |
Quiet constructor. More... | |
String | getErrorMessage () |
int | getErrorCode () |
Returns the error code of the Nalp function. More... | |
|
inline |
Default constructor.
|
inline |
Regular constructor.
i | The error code that was returned by the Nalp function (Nalpeiron V10 error returns) |
msg | A descriptive error message |
|
inline |
Quiet constructor.
i | The error code that was returned by the Nalp function (Nalpeiron V10 error returns) |
msg | A descriptive error message |
quiet | if present suppresses any output |
|
inline |
Returns the error code of the Nalp function.
|
inline |