class MarbleApiClient::Responses::ClientError

Represents an HTTP 400 response. This will encompass all errors in the 400-499 range.

Public Class Methods

new(response) click to toggle source
# File lib/marble_api_client/responses/client_error.rb, line 17
def initialize(response)
  @response = response
end