RunStepErrorCode 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.
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
| 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. |