Class: ClaudeAgentSDK::APIRetryMessage
- Inherits:
-
SystemMessage
- Object
- Type
- SystemMessage
- ClaudeAgentSDK::APIRetryMessage
- Defined in:
- lib/claude_agent_sdk/types.rb
Overview
API retry system message
Instance Attribute Summary collapse
-
#attempt ⇒ Object
Returns the value of attribute attempt.
-
#error ⇒ Object
Returns the value of attribute error.
-
#error_status ⇒ Object
Returns the value of attribute error_status.
-
#max_retries ⇒ Object
Returns the value of attribute max_retries.
-
#retry_delay_ms ⇒ Object
Returns the value of attribute retry_delay_ms.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Attributes inherited from SystemMessage
Method Summary
Methods inherited from SystemMessage
Methods inherited from Type
#[], #[]=, from_hash, #initialize, #to_h, wrap
Constructor Details
This class inherits a constructor from ClaudeAgentSDK::SystemMessage
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClaudeAgentSDK::Type
Instance Attribute Details
#attempt ⇒ Object
Returns the value of attribute attempt.
265 266 267 |
# File 'lib/claude_agent_sdk/types.rb', line 265 def attempt @attempt end |
#error ⇒ Object
Returns the value of attribute error.
265 266 267 |
# File 'lib/claude_agent_sdk/types.rb', line 265 def error @error end |
#error_status ⇒ Object
Returns the value of attribute error_status.
265 266 267 |
# File 'lib/claude_agent_sdk/types.rb', line 265 def error_status @error_status end |
#max_retries ⇒ Object
Returns the value of attribute max_retries.
265 266 267 |
# File 'lib/claude_agent_sdk/types.rb', line 265 def max_retries @max_retries end |
#retry_delay_ms ⇒ Object
Returns the value of attribute retry_delay_ms.
265 266 267 |
# File 'lib/claude_agent_sdk/types.rb', line 265 def retry_delay_ms @retry_delay_ms end |
#session_id ⇒ Object
Returns the value of attribute session_id.
265 266 267 |
# File 'lib/claude_agent_sdk/types.rb', line 265 def session_id @session_id end |
#uuid ⇒ Object
Returns the value of attribute uuid.
265 266 267 |
# File 'lib/claude_agent_sdk/types.rb', line 265 def uuid @uuid end |