InnerErrorCode Struct

Definition

Human-readable error code.

public readonly struct InnerErrorCode : IEquatable<Azure.AI.Language.Conversations.Models.InnerErrorCode>
type InnerErrorCode = struct
Public Structure InnerErrorCode
Implements IEquatable(Of InnerErrorCode)
Inheritance
InnerErrorCode
Implements

Constructors

InnerErrorCode(String)

Initializes a new instance of InnerErrorCode.

Properties

AzureCognitiveSearchNotFound

Azure Cognitive Search not found error.

AzureCognitiveSearchThrottling

Azure Cognitive Search throttling error.

EmptyRequest

Empty request error.

ExtractionFailure

Extraction failure error.

InvalidCountryHint

Invalid country hint error.

InvalidDocument

Invalid document error.

InvalidDocumentBatch

Invalid document batch error.

InvalidParameterValue

Invalid parameter value error.

InvalidRequest

Invalid request error.

InvalidRequestBodyFormat

Invalid request body format error.

KnowledgeBaseNotFound

Knowledge base not found error.

MissingInputDocuments

Missing input documents error.

ModelVersionIncorrect

Model version incorrect error.

UnsupportedLanguageCode

Unsupported language code error.

Methods

Equals(InnerErrorCode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(InnerErrorCode, InnerErrorCode)

Determines if two InnerErrorCode values are the same.

Implicit(String to InnerErrorCode)

Converts a string to a InnerErrorCode.

Inequality(InnerErrorCode, InnerErrorCode)

Determines if two InnerErrorCode values are not the same.

Applies to