Exception: Gitlab::Lfs::Client::BatchSubmitError

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



146
147
148
# File 'lib/gitlab/lfs/client.rb', line 146

def message
  "Failed to submit batch: #{http_error}"
end