Exception: BucketOperationException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bucket_client/bucket_operation_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ BucketOperationException

Create a BucketOperationException

Parameters:



5
6
7
# File 'lib/bucket_client/bucket_operation_exception.rb', line 5

def initialize(result)
	super("Bucket Operation failed: #{result.message}. Status Code: #{result.code}")
end