Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CXoneSdkErrorType

Index

Enumeration Members

CIRCUIT_OPEN: "CIRCUIT_BREAKER_IS_IN_OPEN_STATE"

Due to throttling and failure threshold exceeded beyond the limit the circuit breaker is in open state

CXONE_API_ERROR: "CXONE_API_ERROR"

Error Type to be used for platform API error

DATA_VALIDATION_ERROR: "DATA_VALIDATION_ERROR"

Error type when fail to validate against yup schema

INVALID_METHOD_INVOCATION: "INVALID_METHOD_INVOCATION"

Error Type to be used in case of illegal/unauthorized method calls

INVALID_METHOD_PARMS: "INVALID_METHOD_PARMS"

Error Type to be used to validate the method parameters

NO_DATA_FOUND: "NO_DATA_FOUND"

Error Type to be used when data is empty

UNHANDLED_EXCEPTION: "UNHANDLED_EXCEPTION"

Error Type to be used for exception while invoking APIs

WEBSOCKET_ERROR: "WEBSOCKET_ERROR"

Error Type to be used for websocket error

WEB_SOCKET_DATA_VALIDATE: "WEB_SOCKET_DATA_VALIDATE"

Error type when fail to parse websocket response as per schema model

Generated using TypeDoc