ErrorCodeType type
Definiuje wartości errorCodeType. Możliwe wartości obejmują: "BadArgument", "Zabronione", "NotFound", "KbNotFound", "Brak autoryzacji", "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"