Skip to main content

Enumeration: ApiErrors

Defined in: service-core/src/ApiErrors.ts:4

Defines the unique codes for all common API errors.

Enumeration Members

AUTH_FAILED

AUTH_FAILED: "api-101"

Defined in: service-core/src/ApiErrors.ts:18


AUTH_PERMISSION_FAILURE

AUTH_PERMISSION_FAILURE: "api-102"

Defined in: service-core/src/ApiErrors.ts:19


AUTH_REQUIRED

AUTH_REQUIRED: "api-100"

Defined in: service-core/src/ApiErrors.ts:17


BULK_CREATE_FAILURE

BULK_CREATE_FAILURE: "api-021"

Defined in: service-core/src/ApiErrors.ts:15


BULK_UPDATE_FAILURE

BULK_UPDATE_FAILURE: "api-022"

Defined in: service-core/src/ApiErrors.ts:16


IDENTIFIER_EXISTS

IDENTIFIER_EXISTS: "api-011"

Defined in: service-core/src/ApiErrors.ts:10


INTERNAL_ERROR

INTERNAL_ERROR: "api-002"

Defined in: service-core/src/ApiErrors.ts:6


INVALID_OBJECT_VERSION

INVALID_OBJECT_VERSION: "api-012"

Defined in: service-core/src/ApiErrors.ts:11


INVALID_REQUEST

INVALID_REQUEST: "api-003"

Defined in: service-core/src/ApiErrors.ts:7


NOT_FOUND

NOT_FOUND: "api-010"

Defined in: service-core/src/ApiErrors.ts:9


OBJECT_ID_MISMATCH

OBJECT_ID_MISMATCH: "api-013"

Defined in: service-core/src/ApiErrors.ts:12


PAYLOAD_TOO_LARGE

PAYLOAD_TOO_LARGE: "api-004"

Defined in: service-core/src/ApiErrors.ts:8


SEARCH_INVALID_ME_REFERENCE

SEARCH_INVALID_ME_REFERENCE: "api-015"

Defined in: service-core/src/ApiErrors.ts:14


SEARCH_INVALID_RANGE

SEARCH_INVALID_RANGE: "api-014"

Defined in: service-core/src/ApiErrors.ts:13


UNKNOWN

UNKNOWN: "api-001"

Defined in: service-core/src/ApiErrors.ts:5