Class SystemError

All Implemented Interfaces:
Serializable

public class SystemError extends AgentsError
SystemError

Thrown for internal SDK failures that are not caused by user configuration. Examples: serialization failures, internal state corruption, etc.

Follows TypeScript SDK pattern from @openai/agents-core Source: https://openai.github.io/openai-agents-js/guides/running-agents/

See Also:
  • Constructor Details

    • SystemError

      public SystemError(String message)
    • SystemError

      public SystemError(String message, Throwable cause)