Exception: Gitlab::Lfs::Client::ObjectUploadError

Inherits:
HttpError
  • Object
show all
Defined in:
lib/gitlab/lfs/client.rb

Instance Method Summary collapse

Methods inherited from HttpError

#http_error, #initialize

Constructor Details

This class inherits a constructor from Gitlab::Lfs::Client::HttpError

Instance Method Details

#messageObject



163
164
165
# File 'lib/gitlab/lfs/client.rb', line 163

def message
  "Failed to upload object: #{http_error}"
end