ErrorCodeType type
ErrorCodeType の値を定義します。 使用できる値は、'BadArgument'、'Forbidden'、'NotFound'、'KbNotFound'、'Unauthorized'、'Unspecified'、'EndpointKeysError'、'QuotaExceededed'、'QnaRuntimeError'、'SKULimitExceeded'、'OperationNotFound'、'ServiceError'、'ValidationFailure'、'ExtractionFailure' です。
type ErrorCodeType =
| "BadArgument"
| "Forbidden"
| "NotFound"
| "KbNotFound"
| "Unauthorized"
| "Unspecified"
| "EndpointKeysError"
| "QuotaExceeded"
| "QnaRuntimeError"
| "SKULimitExceeded"
| "OperationNotFound"
| "ServiceError"
| "ValidationFailure"
| "ExtractionFailure"