Uses of Interface
ai.agentscentral.core.error.Error
Packages that use Error
-
Uses of Error in ai.agentscentral.core.tool
Classes in ai.agentscentral.core.tool with type parameters of type ErrorClasses in ai.agentscentral.core.tool that implement ErrorMethods in ai.agentscentral.core.tool with type parameters of type ErrorModifier and TypeMethodDescriptionstatic <R,E extends Error, T>
ResultOrError<R, E, T> ResultOrError.ofError(E error) static <R,E extends Error, T>
ResultOrError<R, E, T> ResultOrError.ofResult(R result) Methods in ai.agentscentral.core.tool that return Error