CancellationErrorCode enum

Defines error code in case that CancellationReason is Error. Added in version 1.1.0.

Fields

NoError = 0

Indicates that no error occurred during speech recognition.

AuthenticationFailure = 1

Indicates an authentication error.

BadRequestParameters = 2

Indicates that one or more recognition parameters are invalid.

TooManyRequests = 3

Indicates that the number of parallel requests exceeded the number of allowed concurrent transcriptions for the subscription.

ConnectionFailure = 4

Indicates a connection error.

ServiceTimeout = 5

Indicates a time-out error when waiting for response from service.

ServiceError = 6

Indicates that an error is returned by the service.

RuntimeError = 7

Indicates an unexpected runtime error.

Forbidden = 8

Indicates an quota overrun on existing key.