QuestionAnsweringAuthoringErrorCode 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 QuestionAnsweringAuthoringErrorCode : IEquatable<Azure.AI.Language.QuestionAnswering.Authoring.QuestionAnsweringAuthoringErrorCode>
type QuestionAnsweringAuthoringErrorCode = struct
Public Structure QuestionAnsweringAuthoringErrorCode
Implements IEquatable(Of QuestionAnsweringAuthoringErrorCode)
- Inheritance
-
QuestionAnsweringAuthoringErrorCode
- Implements
Constructors
| Name | Description |
|---|---|
| QuestionAnsweringAuthoringErrorCode(String) |
Initializes a new instance of QuestionAnsweringAuthoringErrorCode. |
Properties
| Name | Description |
|---|---|
| AzureCognitiveSearchIndexLimitReached |
Azure Cognitive Search index limit reached error. |
| AzureCognitiveSearchIndexNotFound |
Azure Cognitive Search index not found error. |
| AzureCognitiveSearchNotFound |
Azure Cognitive Search not found error. |
| AzureCognitiveSearchThrottling |
Azure Cognitive Search throttling error. |
| Conflict |
Conflict error. |
| Forbidden |
Forbidden access error. |
| InternalServerError |
Internal server error. |
| InvalidArgument |
Invalid argument error. |
| InvalidRequest |
Invalid request error. |
| NotFound |
Not found error. |
| OperationNotFound |
Operation not found error. |
| ProjectNotFound |
Project not found error. |
| QuotaExceeded |
Quota exceeded error. |
| ServiceUnavailable |
Service unavailable error. |
| Timeout |
Timeout error. |
| TooManyRequests |
Too many requests error. |
| Unauthorized |
Unauthorized access error. |
| Warning |
Warning error. |
Methods
| Name | Description |
|---|---|
| Equals(QuestionAnsweringAuthoringErrorCode) |
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(QuestionAnsweringAuthoringErrorCode, QuestionAnsweringAuthoringErrorCode) |
Determines if two QuestionAnsweringAuthoringErrorCode values are the same. |
| Implicit(String to QuestionAnsweringAuthoringErrorCode) |
Converts a String to a QuestionAnsweringAuthoringErrorCode. |
| Inequality(QuestionAnsweringAuthoringErrorCode, QuestionAnsweringAuthoringErrorCode) |
Determines if two QuestionAnsweringAuthoringErrorCode values are not the same. |