Exception: Backblaze::DestroyErrors

Inherits:
Error
  • Object
show all
Defined in:
lib/backblaze/errors.rb

Overview

Errors destroying file versions

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(errors) ⇒ DestroyErrors

Creates the Error



59
60
61
# File 'lib/backblaze/errors.rb', line 59

def initialize(errors)
  @errors = errors
end

Instance Attribute Details

#errorsArray<Backblaze::FileError> (readonly)

The Backblaze B2 error messages which broke things



66
67
68
# File 'lib/backblaze/errors.rb', line 66

def errors
  @errors
end