Codes for determining the cause of errors encountered while working with procedures.

Enumeration Members

CANCELLED: 102

The operation was cancelled by the client.

EXECUTION_ERROR: 201

An unhandled exception was thrown during procedure execution.

INTERNAL_CLIENT_ERROR: 100

An unhandled exception was thrown while attempting to call the procedure.

INTERNAL_SERVER_ERROR: 200

An unhandled exception was thrown while attempting to handle the procedure.

INVALID_RESPONSE: 104

The response from the server was invalid.

NOT_FOUND: 101

The procedure could not be found at the stated endpoint.

TIMED_OUT: 103

Timed out waiting for the operation to complete.

UNKNOWN_ERROR: 0

An unhandled exception of unknown origin was thrown while handling the request.

Generated using TypeDoc