Enumeration RecognizerError

Remarks

List all errors generated by the backend with their descriptions

Enumeration Members

ABNORMAL_CLOSURE: "MyScript recognition server is not reachable."
BAD_GATEWAY: "MyScript recognition server was acting as a gateway or proxy and received an invalid response from the upstream server."
CANT_ESTABLISH: "Unable to establish a connection to MyScript recognition server. Check the host and your connectivity."
GOING_AWAY: "MyScript recognition server is going away, either because of a server failure or because the browser is navigating away from the page that opened the connection."
INTERNAL_ERROR: "MyScript recognition server terminated the connection because it encountered an unexpected condition that prevented it from fulfilling the request."
INVALID_FRAME_PAYLOAD: "MyScript recognition server terminated the connection because a message was received that contained inconsistent data (e.g., non-UTF-8 data within a text message)."
MESSAGE_TOO_BIG: "MyScript recognition server terminated the connection because a data frame was received that is too large."
NO_ACTIVITY: "Session closed due to no activity. Without a connection on your part, it will be permanently lost after an hour."
NO_SESSION_FOUND: "No sessions found. Without activation for 1 hour, sessions are deleted from the server. To avoid losing your work, use the json export, then import it this will create a new session."
POLICY_VIOLATION: "MyScript recognition server terminated the connection because it received a message that violates its policy."
PROTOCOL_ERROR: "MyScript recognition server terminated the connection due to a protocol error."
SERVICE_RESTART: "MyScript recognition server terminated the connection because it is restarting."
TLS_HANDSHAKE: "MyScript recognition server connection was closed due to a failure to perform a TLS handshake"
TOO_OLD: "Session is too old. Max Session Duration Reached."
TRY_AGAIN: "MyScript recognition server terminated the connection due to a temporary condition, e.g. it is overloaded and is casting off some of its clients."
UNKNOW: "An unknown error has occurred."
UNSUPPORTED_DATA: "MyScript recognition server terminated the connection because the endpoint received data of a type it cannot accept. (For example, a text-only endpoint received binary data.)"
WRONG_CREDENTIALS: "Application credentials are invalid. Please check or regenerate your application key and hmackey."

Generated using TypeDoc