Exception: CommandTower::Errors::ValidationError
- Inherits:
-
ApplicationError
- Object
- StandardError
- ApplicationError
- CommandTower::Errors::ValidationError
- Defined in:
- app/errors/command_tower/errors/validation_error.rb
Direct Known Subclasses
Auth::EmailAlreadyRegisteredError, Auth::ImpersonationSessionMissingError, Auth::SelfImpersonationError, Auth::VerificationCodeInvalidError
Instance Attribute Summary
Attributes inherited from ApplicationError
Instance Method Summary collapse
Methods inherited from ApplicationError
#initialize, #log_level, #retryable?
Constructor Details
This class inherits a constructor from CommandTower::Errors::ApplicationError
Instance Method Details
#code ⇒ Object
6 7 8 |
# File 'app/errors/command_tower/errors/validation_error.rb', line 6 def code "validation_failed" end |
#message ⇒ Object
10 11 12 |
# File 'app/errors/command_tower/errors/validation_error.rb', line 10 def "Validation failed" end |