Uses of Class
com.azure.ai.agents.persistent.models.RunStepError
Packages that use RunStepError
Package
Description
Package containing the data models for Agents.
-
Uses of RunStepError in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return RunStepErrorModifier and TypeMethodDescriptionstatic RunStepErrorRunStepError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunStepError from the JsonReader.RunStep.getLastError()Get the lastError property: If applicable, information about the last error encountered by this run step.