Share via


ConversationErrorCode Struct

Definition

Human-readable error code.

public readonly struct ConversationErrorCode : IEquatable<Azure.AI.Language.Conversations.Models.ConversationErrorCode>
type ConversationErrorCode = struct
Public Structure ConversationErrorCode
Implements IEquatable(Of ConversationErrorCode)
Inheritance
ConversationErrorCode
Implements

Constructors

ConversationErrorCode(String)

Initializes a new instance of ConversationErrorCode.

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(ConversationErrorCode)

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(ConversationErrorCode, ConversationErrorCode)

Determines if two ConversationErrorCode values are the same.

Implicit(String to ConversationErrorCode)

Converts a string to a ConversationErrorCode.

Inequality(ConversationErrorCode, ConversationErrorCode)

Determines if two ConversationErrorCode values are not the same.

Applies to