QuestionAnsweringAuthoringInnerErrorCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |