ErrorCodeType type
ErrorCodeType에 대한 값을 정의합니다. 가능한 값은 '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"