Uses of Class
com.azure.ai.openai.assistants.models.RunStepErrorCode
Packages that use RunStepErrorCode
Package
Description
Package containing the data models for Assistants.
-
Uses of RunStepErrorCode in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as RunStepErrorCodeModifier and TypeFieldDescriptionstatic final RunStepErrorCode
RunStepErrorCode.RATE_LIMIT_EXCEEDED
Represents an error indicating configured rate limits were exceeded.static final RunStepErrorCode
RunStepErrorCode.SERVER_ERROR
Represents a server error.Methods in com.azure.ai.openai.assistants.models that return RunStepErrorCodeModifier and TypeMethodDescriptionstatic RunStepErrorCode
RunStepErrorCode.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.openai.assistants.models that return types with arguments of type RunStepErrorCodeModifier and TypeMethodDescriptionstatic Collection
<RunStepErrorCode> RunStepErrorCode.values()
Gets known RunStepErrorCode values.