Module: RailsAiBridge::ServiceErrors
- Defined in:
- lib/rails_ai_bridge/service_errors.rb
Overview
Service-specific error hierarchy for consistent error handling.
Provides a base error class and specific error types for different failure scenarios in service operations. Inherits from existing top-level error classes to maintain consistent error taxonomy.
Defined Under Namespace
Classes: AuthorizationError, BaseError, ConfigurationError, IntrospectionError, NotFoundError, SerializationError, ValidationError