Share via


RunStepErrorCode Struct

Definition

Possible error code values attributable to a failed run step.

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

Constructors

Name Description
RunStepErrorCode(String)

Initializes a new instance of RunStepErrorCode.

Properties

Name Description
RateLimitExceeded

Represents an error indicating configured rate limits were exceeded.

ServerError

Represents a server error.

Methods

Name Description
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

Name Description
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