BetaBashCodeExecutionToolResultErrorParam Class — anthropic-sdk-python Architecture
Architecture documentation for the BetaBashCodeExecutionToolResultErrorParam class in beta_bash_code_execution_tool_result_error_param.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 5f162855_3ea1_baa1_8c30_5d74ee2b2b1d["BetaBashCodeExecutionToolResultErrorParam"] 823a09ce_c466_3792_14b6_a13b0a6a25fd["beta_bash_code_execution_tool_result_error_param.py"] 5f162855_3ea1_baa1_8c30_5d74ee2b2b1d -->|defined in| 823a09ce_c466_3792_14b6_a13b0a6a25fd
Relationship Graph
Source Code
src/anthropic/types/beta/beta_bash_code_execution_tool_result_error_param.py lines 10–17
class BetaBashCodeExecutionToolResultErrorParam(TypedDict, total=False):
error_code: Required[
Literal[
"invalid_tool_input", "unavailable", "too_many_requests", "execution_time_exceeded", "output_file_too_large"
]
]
type: Required[Literal["bash_code_execution_tool_result_error"]]
Domain
Source
Frequently Asked Questions
What is the BetaBashCodeExecutionToolResultErrorParam class?
BetaBashCodeExecutionToolResultErrorParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_bash_code_execution_tool_result_error_param.py.
Where is BetaBashCodeExecutionToolResultErrorParam defined?
BetaBashCodeExecutionToolResultErrorParam is defined in src/anthropic/types/beta/beta_bash_code_execution_tool_result_error_param.py at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free