Module: Safire::Errors
- Defined in:
- lib/safire/errors.rb
Overview
Namespace for all Safire error classes.
Every Safire error inherits from Error so consumers can rescue all Safire errors with a single +rescue Safire::Errors::Error+. Each subclass exposes typed, domain-specific attributes and builds its own human-readable message.
Defined Under Namespace
Classes: AuthError, CertificateError, ConfigurationError, DiscoveryError, Error, NetworkError, TokenError, ValidationError