Method: Api::WebhookServiceApi#webhook_service_error

Defined in:
lib/jamm/api/api/webhook_service_api.rb

#webhook_service_error(body, opts = {}) ⇒ ErrorResponse

Error placeholder. This method is not implemented on Jamm backend.

Parameters:

  • body (Object)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



26
27
28
29
# File 'lib/jamm/api/api/webhook_service_api.rb', line 26

def webhook_service_error(body, opts = {})
  data, _status_code, _headers = webhook_service_error_with_http_info(body, opts)
  data
end