Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommunicationError

This is an enumeration type constant that refers to the error of communication, and is defined as follows.

api-version

3

user

Index

Enumeration Members

BAD_REQUEST: 400

Controller would not process the request due to something the Controller considered to be a client error.

api-version

3

user
GATEWAY_TIMEOUT: 504

Controller was acting as a gateway or proxy and that it received an invalid response from the upstream server.

api-version

3

user
INTERNAL_SERVER_ERROR: 500

Controller encountered an unexpected condition that prevented it from fulfilling the request.

api-version

3

user
METHOD_NOT_ALLOWED: 405

Controller knows the request method, but the target resource doesn't support this method.

api-version

3

user
NOT_CONNECTED: 2

Not connected with Controller.

api-version

3

user
NOT_FOUND: 404

Controller cannot find the requested resource.

api-version

3

user
NO_PERMISSION: 403

Controller understood the request but refused to process it.

api-version

3

user
REQUEST_TIMEOUT: 408

Controller would like to shut down this unused connection.

api-version

3

user
UNAUTHORIZED: 401

Request was not successful because it lacks valid authentication credentials for the requested resource.

api-version

3

user
UNKNOWN: 1

Unknown Error.

api-version

3

user

Generated using TypeDoc