Partager via


ErrorCodeType type

Définit des valeurs pour ErrorCodeType. Les valeurs possibles sont les suivantes : « BadArgument », « Forbidden », « NotFound », « KbNotFound », « Unauthorized », « Unspecified », « EndpointKeysError », « QuotaExceeded », « QnaRuntimeError », « SKULimitExceededed », « OperationNotFound », « ServiceError », « ValidationFailure », « ExtractionFailure ».

type ErrorCodeType =
  | "BadArgument"
  | "Forbidden"
  | "NotFound"
  | "KbNotFound"
  | "Unauthorized"
  | "Unspecified"
  | "EndpointKeysError"
  | "QuotaExceeded"
  | "QnaRuntimeError"
  | "SKULimitExceeded"
  | "OperationNotFound"
  | "ServiceError"
  | "ValidationFailure"
  | "ExtractionFailure"