Package ai.acolite.agentsdk.exceptions
Class UserError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.acolite.agentsdk.exceptions.AgentsError
ai.acolite.agentsdk.exceptions.UserError
- All Implemented Interfaces:
Serializable
UserError
Thrown when the user provides invalid configuration or usage. Examples: missing required fields, invalid agent configuration, etc.
Follows TypeScript SDK pattern from @openai/agents-core Source: https://openai.github.io/openai-agents-js/guides/running-agents/
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserError
-
UserError
-