Megosztás a következőn keresztül:


ErrorCodeType type

Az ErrorCodeType értékeit határozza meg. Lehetséges értékek: "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"