This is the Error Type that the REST middleware will respond when there's an error from the User Service that does not belong to Token/SignOut or IDPConfiguration responses.

Enumeration Members

ACCOUNT_NOT_ACTIVE: "ACCOUNT_NOT_ACTIVE"
APPLICATION_NOT_ACTIVE: "APPLICATION_NOT_ACTIVE"
AUTH_FLOW_ERROR: "AUTH_FLOW_ERROR"
BAD_REQUEST: "BAD_REQUEST"
IDP_CONFIGURATION_ERROR: "IDP_CONFIGURATION_ERROR"
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR"
INVALID_APPLICATION: "INVALID_APPLICATION"
INVALID_IDP_CONNECTION: "INVALID_IDP_CONNECTION"
INVALID_USER: "INVALID_USER"

Generated using TypeDoc