License
public struct License
A structure to manage License errors.
Error Codes
The table below lists all the error codes and messages provided by the BlockID SDK.
Key | Code | Message |
---|---|---|
UNAUTHORIZED | 200001 | The license key is not authorized. |
EXPIRED | 200002 | The license key is expired. |
MODULES_EMPTY | 200003 | Modules not found. |
MODULE_NOT_ENABLED | 200004 | The license key is not enabled for this module. |
BAD_REQUEST | 200005 | Bad request. |
INVALID | 200006 | The license key is invalid. |