Exception: Backblaze::DestroyErrors
- Defined in:
- lib/backblaze/errors.rb
Overview
Errors destroying file versions
Instance Method Summary collapse
-
#errors ⇒ Array<Backblaze::FileError>
The Backblaze B2 error messages which broke things.
-
#initialize(errors) ⇒ DestroyErrors
constructor
Creates the Error.
Constructor Details
#initialize(errors) ⇒ DestroyErrors
Creates the Error
62 63 64 |
# File 'lib/backblaze/errors.rb', line 62 def initialize(errors) @errors = errors end |
Instance Method Details
#errors ⇒ Array<Backblaze::FileError>
The Backblaze B2 error messages which broke things
69 70 71 |
# File 'lib/backblaze/errors.rb', line 69 def errors @errors end |