Method: Hoodoo::Errors#errors
- Defined in:
- lib/hoodoo/errors/errors.rb
#errors ⇒ Object (readonly)
Array of error data - hashes with code
, message
and reference
fields giving the error codes, human-readable messages and machine-readable reference data, where appropriate.
49 50 51 |
# File 'lib/hoodoo/errors/errors.rb', line 49 def errors @errors end |