Uses of Class
com.azure.ai.agents.persistent.models.RunStepErrorCode
Packages that use RunStepErrorCode
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepErrorCode in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as RunStepErrorCodeModifier and TypeFieldDescriptionstatic final RunStepErrorCodeRunStepErrorCode.RATE_LIMIT_EXCEEDEDRepresents an error indicating configured rate limits were exceeded.static final RunStepErrorCodeRunStepErrorCode.SERVER_ERRORRepresents a server error.Methods in com.azure.ai.agents.persistent.models that return RunStepErrorCodeModifier and TypeMethodDescriptionstatic RunStepErrorCodeRunStepErrorCode.fromString(String name) Creates or finds a RunStepErrorCode from its string representation.RunStepError.getCode()Get the code property: The error code for this error.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type RunStepErrorCodeModifier and TypeMethodDescriptionstatic Collection<RunStepErrorCode> RunStepErrorCode.values()Gets known RunStepErrorCode values.