Uses of Class
com.azure.ai.agents.persistent.models.RunError
Packages that use RunError
Package
Description
Package containing the data models for Agents.
-
Uses of RunError in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return RunErrorModifier and TypeMethodDescriptionstatic RunErrorRunError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunError from the JsonReader.ThreadRun.getLastError()Get the lastError property: The last error, if any, encountered by this agent thread run.