ai.matey.errors
v0.2.0
Published
Error classes for AI Matey - Universal AI Adapter System
Readme
ai.matey.errors
Error classes and error handling utilities
Part of the ai.matey monorepo.
Installation
npm install ai.matey.errorsExports
AdapterErrorAuthenticationErrorRateLimitErrorValidationErrorProviderErrorNetworkErrorErrorCode
Usage
import { AdapterError, AuthenticationError, RateLimitError, ValidationError, ProviderError, NetworkError, ErrorCode } from 'ai.matey.errors';API Reference
See the TypeScript definitions for detailed API documentation.
License
MIT - see LICENSE for details.
