ErrorCodeType type

ErrorCodeType değerlerini tanımlar. Olası değerler şunlardır: '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"