Home / Class/ BetaWebFetchToolResultErrorBlock Class — anthropic-sdk-python Architecture

BetaWebFetchToolResultErrorBlock Class — anthropic-sdk-python Architecture

Architecture documentation for the BetaWebFetchToolResultErrorBlock class in beta_web_fetch_tool_result_error_block.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  96e44cfc_aa3c_38e4_fc37_3fea48b14e1f["BetaWebFetchToolResultErrorBlock"]
  17ce5647_6f06_0676_a4a5_e378a3f57cb1["BaseModel"]
  96e44cfc_aa3c_38e4_fc37_3fea48b14e1f -->|extends| 17ce5647_6f06_0676_a4a5_e378a3f57cb1
  f3892631_04a6_cdcf_611e_52f61d4f49f5["beta_web_fetch_tool_result_error_block.py"]
  96e44cfc_aa3c_38e4_fc37_3fea48b14e1f -->|defined in| f3892631_04a6_cdcf_611e_52f61d4f49f5

Relationship Graph

Source Code

src/anthropic/types/beta/beta_web_fetch_tool_result_error_block.py lines 11–14

class BetaWebFetchToolResultErrorBlock(BaseModel):
    error_code: BetaWebFetchToolResultErrorCode

    type: Literal["web_fetch_tool_result_error"]

Extends

Frequently Asked Questions

What is the BetaWebFetchToolResultErrorBlock class?
BetaWebFetchToolResultErrorBlock is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/beta/beta_web_fetch_tool_result_error_block.py.
Where is BetaWebFetchToolResultErrorBlock defined?
BetaWebFetchToolResultErrorBlock is defined in src/anthropic/types/beta/beta_web_fetch_tool_result_error_block.py at line 11.
What does BetaWebFetchToolResultErrorBlock extend?
BetaWebFetchToolResultErrorBlock extends BaseModel.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free