Method: Sequel::ValidationFailed#errors
- Defined in:
- lib/sequel/model/exceptions.rb
#errors ⇒ Object (readonly)
The Sequel::Model::Errors object related to this exception.
51 52 53 |
# File 'lib/sequel/model/exceptions.rb', line 51 def errors @errors end |