Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
Result codes. More...
Go to the source code of this file.
Result codes.
#define EMB_ERROR_ADD_LICENSE (EMB_ERROR_BASE - 8) |
#define EMB_ERROR_BASE (-111000) |
#define EMB_ERROR_BASE64_DECODE (EMB_ERROR_BASE - 3) |
#define EMB_ERROR_BASE_EPD (EMB_ERROR_BASE - 6000) |
#define EMB_ERROR_BASE_EPL (EMB_ERROR_BASE - 3000) |
#define EMB_ERROR_BASE_GKO (EMB_ERROR_BASE - 2000) |
#define EMB_ERROR_BASE_MBB (EMB_ERROR_BASE - 5000) |
#define EMB_ERROR_BASE_TID (EMB_ERROR_BASE - 4000) |
#define EMB_ERROR_CIDH_INSERT (EMB_ERROR_BASE_EPD - 2) |
#define EMB_ERROR_DB_CORRUPTED (EMB_ERROR_BASE - 15) |
#define EMB_ERROR_DB_DELETE (EMB_ERROR_BASE - 14) |
#define EMB_ERROR_DB_INSERT (EMB_ERROR_BASE - 12) |
#define EMB_ERROR_DB_PATH_NOT_EXISTS (EMB_ERROR_BASE - 16) |
#define EMB_ERROR_DB_UPDATE (EMB_ERROR_BASE - 13) |
#define EMB_ERROR_DECOMPRESSION (EMB_ERROR_BASE - 4) |
#define EMB_ERROR_DEL_STORE (EMB_ERROR_BASE - 11) |
#define EMB_ERROR_DUPLICATE_TID (EMB_ERROR_BASE_TID - 0) |
#define EMB_ERROR_EPL_EXPIRED (EMB_ERROR_BASE_EPL - 2) |
#define EMB_ERROR_EPL_INSERT (EMB_ERROR_BASE_EPL - 0) |
#define EMB_ERROR_EPL_NO_GKO_ID (EMB_ERROR_BASE_EPL - 1) |
#define EMB_ERROR_ES_OWNING_THREAD (EMB_ERROR_BASE - 29) |
#define EMB_ERROR_GKO_EXPIRED (EMB_ERROR_BASE_GKO - 1) |
#define EMB_ERROR_GKO_INSERT (EMB_ERROR_BASE_GKO - 0) |
#define EMB_ERROR_INITIALIZATION (EMB_ERROR_BASE - 25) |
#define EMB_ERROR_INVALID_EPL_DATA (EMB_ERROR_BASE_EPL - 3) |
#define EMB_ERROR_INVALID_GKO_DATA (EMB_ERROR_BASE_GKO - 2) |
#define EMB_ERROR_INVALID_GKO_ID (EMB_ERROR_BASE_GKO - 3) |
#define EMB_ERROR_INVALID_GROUP_MASK (EMB_ERROR_BASE - 34) |
#define EMB_ERROR_INVALID_LICENSE_DATA (EMB_ERROR_BASE - 17) |
#define EMB_ERROR_INVALID_PARAMETERS (EMB_ERROR_BASE - 19) |
#define EMB_ERROR_INVALID_PAYLOAD (EMB_ERROR_BASE - 22) |
#define EMB_ERROR_INVALID_PAYLOAD_TYPE (EMB_ERROR_BASE - 2) |
#define EMB_ERROR_INVALID_TARGET_ADDR (EMB_ERROR_BASE - 23) |
#define EMB_ERROR_ITEM_NOT_FOUND_OR_EXPIRED (EMB_ERROR_BASE - 27) |
#define EMB_ERROR_ITEM_WITH_WRONG_TYPE (EMB_ERROR_BASE - 31) |
#define EMB_ERROR_LCID_INSERT (EMB_ERROR_BASE_EPD - 1) |
#define EMB_ERROR_MULTIPLE_CIDS (EMB_ERROR_BASE - 24) |
#define EMB_ERROR_NO_SAS_FOR_MBB (EMB_ERROR_BASE_MBB - 0) |
#define EMB_ERROR_OBJECT_UPDATE (EMB_ERROR_BASE - 30) |
#define EMB_ERROR_OCTOPUS_NODE_ID (EMB_ERROR_BASE - 5) |
#define EMB_ERROR_OUT_OF_MEMORY (EMB_ERROR_BASE - 7) |
#define EMB_ERROR_PACKAGE_CONSTRAINT (EMB_ERROR_BASE_EPD - 4) |
#define EMB_ERROR_PACKAGE_INSERT (EMB_ERROR_BASE_EPD - 0) |
#define EMB_ERROR_PACKAGE_REMOVE (EMB_ERROR_BASE_EPD - 3) |
#define EMB_ERROR_PACKET_PARSE (EMB_ERROR_BASE - 6) |
#define EMB_ERROR_SQLITE (EMB_ERROR_BASE - 10) |
#define EMB_ERROR_STATE_REVOKED (EMB_ERROR_BASE - 33) |
#define EMB_ERROR_STATE_SUSPENDED (EMB_ERROR_BASE - 32) |
#define EMB_ERROR_STORAGE_LOOKUP (EMB_ERROR_BASE - 21) |
#define EMB_ERROR_STORAGE_NO_ITEM (EMB_ERROR_BASE - 20) |
#define EMB_ERROR_STORAGE_OPEN (EMB_ERROR_BASE - 18) |
#define EMB_ERROR_STORAGE_REMOVE_ITEM (EMB_ERROR_BASE - 28) |
#define EMB_ERROR_SUSHI_DB_PATH (EMB_ERROR_BASE - 9) |
#define EMB_ERROR_TARGET_MISMATCH (EMB_ERROR_BASE - 26) |
#define EMB_ERROR_UNKNOWN (EMB_ERROR_BASE - 0) |
#define EMB_ERROR_UNSUPPORTED_VERSION (EMB_ERROR_BASE - 1) |
#define EMB_FAILED | ( | result | ) | ((result) != EMB_SUCCESS) |
#define EMB_FAILURE (-1) |
#define EMB_SUCCEEDED | ( | result | ) | ((result) == EMB_SUCCESS) |
#define EMB_SUCCESS (0) |
#define EMM_CHECK_POINTER_LABEL_SEVERE | ( | _p, | |
_result, | |||
_label | |||
) |
#define EMM_CHECK_POINTER_SEVERE | ( | _p | ) |