class Salesforce::Rest::AsfEntityError

Error for HTTP code 415. The entity specified in the request is in a format that is supported by the specified resource for the specified method.

Public Class Methods

new(message, http_code) click to toggle source
Calls superclass method Salesforce::Rest::AsfRestError::new
# File lib/Salesforce/rest/asf_rest_error.rb, line 102
def initialize(message, http_code)
  super(message, http_code)
end