ErrorCodeType type
Defines values for ErrorCodeType. Possible values include: 'BadArgument', 'Forbidden', 'NotFound', 'KbNotFound', 'Unauthorized', 'Unspecified', 'EndpointKeysError', 'QuotaExceeded', 'QnaRuntimeError', 'SKULimitExceeded', 'OperationNotFound', 'ServiceError', 'ValidationFailure', 'ExtractionFailure'
type ErrorCodeType =
| "BadArgument"
| "Forbidden"
| "NotFound"
| "KbNotFound"
| "Unauthorized"
| "Unspecified"
| "EndpointKeysError"
| "QuotaExceeded"
| "QnaRuntimeError"
| "SKULimitExceeded"
| "OperationNotFound"
| "ServiceError"
| "ValidationFailure"
| "ExtractionFailure"