ErrorType Type — mcp Architecture
Architecture documentation for the ErrorType type/interface in types.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 15fe7af4_0b0d_97f6_2204_6287e70fcf77["ErrorType"] 5c6acde2_5ba8_604f_70ae_120f7b72feaa["types.ts"] 15fe7af4_0b0d_97f6_2204_6287e70fcf77 -->|defined in| 5c6acde2_5ba8_604f_70ae_120f7b72feaa style 15fe7af4_0b0d_97f6_2204_6287e70fcf77 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/types.ts lines 46–56
type ErrorType =
| 'authentication_error'
| 'authorization_error'
| 'rate_limit_error'
| 'timeout_error'
| 'resource_error'
| 'validation_error'
| 'network_error'
| 'internal_error'
| 'not_found_error'
| 'cache_error';
Defined In
Source
Frequently Asked Questions
What is the ErrorType type?
ErrorType is a type/interface in the mcp codebase, defined in src/types.ts.
Where is ErrorType defined?
ErrorType is defined in src/types.ts at line 46.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free