TextAnalyticsErrorCode 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.
Text Analytics error code values.
public readonly struct TextAnalyticsErrorCode : IEquatable<Azure.AI.TextAnalytics.TextAnalyticsErrorCode>
type TextAnalyticsErrorCode = struct
Public Structure TextAnalyticsErrorCode
Implements IEquatable(Of TextAnalyticsErrorCode)
- Inheritance
-
TextAnalyticsErrorCode
- Implements
Fields
EmptyRequest |
Specifies that the error code is an empty request. |
InternalServerError |
Specifies that the error code is an internal server error. |
InvalidArgument |
Specifies that the error code is an invalid argument. |
InvalidCountryHint |
Specifies that the error code is an invalid country hint. |
InvalidDocument |
Specifies that the error code is an invalid document. |
InvalidDocumentBatch |
Specifies that the error code is an invalid document batch. |
InvalidParameterValue |
Specifies that the error code is an invalid parameter value. |
InvalidRequest |
Specifies that the error code is an invalid request. |
InvalidRequestBodyFormat |
Specifies that the error code is an invalid request body format. |
MissingInputRecords |
Specifies that the error code is a missing input records. |
ModelVersionIncorrect |
Specifies that the error code is model version incorrect. |
NotFound |
Specifies that the error code is a not found job. |
ServiceUnavailable |
Specifies that the error code is service unavailable. |
UnsupportedLanguageCode |
Specifies that the error code is an unsupported language code. |
Methods
Equals(TextAnalyticsErrorCode) |
Compares the TextAnalyticsErrorCode for equality with another TextAnalyticsErrorCode. |
ToString() |
Returns a string representation of the TextAnalyticsErrorCode. |
Operators
Equality(TextAnalyticsErrorCode, TextAnalyticsErrorCode) |
Compares two TextAnalyticsErrorCode values for equality. |
Explicit(TextAnalyticsErrorCode to String) |
Defines explicit conversion from TextAnalyticsErrorCode to string. |
Implicit(String to TextAnalyticsErrorCode) |
Defines implicit conversion from string to TextAnalyticsErrorCode. |
Inequality(TextAnalyticsErrorCode, TextAnalyticsErrorCode) |
Compares two TextAnalyticsErrorCode values for inequality. |
Applies to
Azure SDK for .NET