ResponseErrorCode Struct

Definition

The error code for the response.

public readonly struct ResponseErrorCode : IEquatable<Azure.AI.AgentServer.Responses.Models.ResponseErrorCode>
type ResponseErrorCode = struct
Public Structure ResponseErrorCode
Implements IEquatable(Of ResponseErrorCode)
Inheritance
ResponseErrorCode
Implements

Constructors

Name Description
ResponseErrorCode(String)

Initializes a new instance of ResponseErrorCode.

Properties

Name Description
EmptyImageFile

Gets the EmptyImageFile.

FailedToDownloadImage

Gets the FailedToDownloadImage.

ImageContentPolicyViolation

Gets the ImageContentPolicyViolation.

ImageFileNotFound

Gets the ImageFileNotFound.

ImageFileTooLarge

Gets the ImageFileTooLarge.

ImageParseError

Gets the ImageParseError.

ImageTooLarge

Gets the ImageTooLarge.

ImageTooSmall

Gets the ImageTooSmall.

InvalidBase64Image

Gets the InvalidBase64Image.

InvalidImage

Gets the InvalidImage.

InvalidImageFormat

Gets the InvalidImageFormat.

InvalidImageMode

Gets the InvalidImageMode.

InvalidImageUrl

Gets the InvalidImageUrl.

InvalidPrompt

Gets the InvalidPrompt.

RateLimitExceeded

Gets the RateLimitExceeded.

ServerError

Gets the ServerError.

UnsupportedImageMediaType

Gets the UnsupportedImageMediaType.

VectorStoreTimeout

Gets the VectorStoreTimeout.

Methods

Name Description
Equals(ResponseErrorCode)

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

Determines if two ResponseErrorCode values are the same.

Implicit(String to Nullable<ResponseErrorCode>)
Implicit(String to ResponseErrorCode)

Converts a string to a ResponseErrorCode.

Inequality(ResponseErrorCode, ResponseErrorCode)

Determines if two ResponseErrorCode values are not the same.

Applies to