ErrorType Type — mcp Architecture
Architecture documentation for the ErrorType type/interface in types.ts from the mcp codebase.
Entity Profile
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';
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free