你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

QuestionAnsweringAuthoringInnerErrorCode Struct

Definition

Human-readable error code.

public readonly struct QuestionAnsweringAuthoringInnerErrorCode : IEquatable<Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringInnerErrorCode>
type QuestionAnsweringAuthoringInnerErrorCode = struct
Public Structure QuestionAnsweringAuthoringInnerErrorCode
Implements IEquatable(Of QuestionAnsweringAuthoringInnerErrorCode)
Inheritance
QuestionAnsweringAuthoringInnerErrorCode
Implements

Constructors

Name Description
QuestionAnsweringAuthoringInnerErrorCode(String)

Initializes a new instance of QuestionAnsweringAuthoringInnerErrorCode.

Properties

Name Description
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

Name Description
Equals(QuestionAnsweringAuthoringInnerErrorCode)

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

Name Description
Equality(QuestionAnsweringAuthoringInnerErrorCode, QuestionAnsweringAuthoringInnerErrorCode)

Determines if two QuestionAnsweringAuthoringInnerErrorCode values are the same.

Implicit(String to QuestionAnsweringAuthoringInnerErrorCode)

Converts a String to a QuestionAnsweringAuthoringInnerErrorCode.

Inequality(QuestionAnsweringAuthoringInnerErrorCode, QuestionAnsweringAuthoringInnerErrorCode)

Determines if two QuestionAnsweringAuthoringInnerErrorCode values are not the same.

Applies to