AnalyzeTextErrorCode 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 AnalyzeTextErrorCode : IEquatable<Azure.AI.Language.Text.AnalyzeTextErrorCode>
type AnalyzeTextErrorCode = struct
Public Structure AnalyzeTextErrorCode
Implements IEquatable(Of AnalyzeTextErrorCode)
- Inheritance
-
AnalyzeTextErrorCode
- Implements
Constructors
AnalyzeTextErrorCode(String) |
Initializes a new instance of AnalyzeTextErrorCode. |
Properties
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
Equals(AnalyzeTextErrorCode) |
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(AnalyzeTextErrorCode, AnalyzeTextErrorCode) |
Determines if two AnalyzeTextErrorCode values are the same. |
Implicit(String to AnalyzeTextErrorCode) |
Converts a string to a AnalyzeTextErrorCode. |
Inequality(AnalyzeTextErrorCode, AnalyzeTextErrorCode) |
Determines if two AnalyzeTextErrorCode values are not the same. |
Applies to
Azure SDK for .NET