Enumeration CustomErrorEnum

Enumeration Members

DATABASE_REQUEST_REJECTED: "The database rejected/failed your request"
DEFAULT_400_ERROR: "Invalid Request"
DEFAULT_401_ERROR: "Invalid Permission"
DEFAULT_404_ERROR: "Resource Not Found"
DEFAULT_500_ERROR: "Service Unavailable"
INSUFFICIENT_SCOPE_ERROR: "The user does not have the required scopes"
INVALID_PATH: "The path provided is invalid"
INVALID_SYNTAX: "The request has invalid syntax"
INVALID_TOKEN: "Invalid Token"
MONGO_BULK_WRITE_ERROR: "There was an error writing to the database"
NO_TOKEN_PROVIDED: "No Token Provided"
SERVER_SELECTION_ERROR: "The service is not able to connect to the database"
UNKNOWN_ERROR: "Unknown Error"
USER_ACTIVE_GAME_NOT_FOUND: "User Active Game matching search criteria was not found"

Generated using TypeDoc