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