Condividi tramite


RunStepErrorCode Struct

Definition

Possible error code values attributable to a failed run step.

public readonly struct RunStepErrorCode : IEquatable<Azure.AI.OpenAI.Assistants.RunStepErrorCode>
type RunStepErrorCode = struct
Public Structure RunStepErrorCode
Implements IEquatable(Of RunStepErrorCode)
Inheritance
RunStepErrorCode
Implements

Constructors

RunStepErrorCode(String)

Initializes a new instance of RunStepErrorCode.

Properties

RateLimitExceeded

Represents an error indicating configured rate limits were exceeded.

ServerError

Represents a server error.

Methods

Equals(RunStepErrorCode)

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

Determines if two RunStepErrorCode values are the same.

Implicit(String to RunStepErrorCode)

Converts a string to a RunStepErrorCode.

Inequality(RunStepErrorCode, RunStepErrorCode)

Determines if two RunStepErrorCode values are not the same.

Applies to