Uses of Class
com.azure.ai.openai.assistants.models.ErrorEvent
Packages that use ErrorEvent
Package
Description
Package containing the data models for Assistants.
-
Uses of ErrorEvent in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as ErrorEventModifier and TypeFieldDescriptionstatic final ErrorEvent
ErrorEvent.ERROR
Event sent when an error occurs, such as an internal server error or a timeout.Methods in com.azure.ai.openai.assistants.models that return ErrorEventModifier and TypeMethodDescriptionstatic ErrorEvent
ErrorEvent.fromString
(String name) Creates or finds a ErrorEvent from its string representation.Methods in com.azure.ai.openai.assistants.models that return types with arguments of type ErrorEventModifier and TypeMethodDescriptionstatic Collection
<ErrorEvent> ErrorEvent.values()
Gets known ErrorEvent values.