Package ai.acolite.agentsdk.core
Class GuardrailExecutionError
java.lang.Object
java.lang.Throwable
java.lang.Error
ai.acolite.agentsdk.core.AgentsError
ai.acolite.agentsdk.core.GuardrailExecutionError
- All Implemented Interfaces:
Serializable
GuardrailExecutionError
Ported from TypeScript OpenAI Agents SDK Source: errors.ts
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGuardrailExecutionError(String message) GuardrailExecutionError(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GuardrailExecutionError
-
GuardrailExecutionError
-