Exception: Fanforce::Notice::ProcessingWebhook

Inherits:
Fanforce::Notice show all
Defined in:
lib/fanforce/notices/_base.rb

Instance Attribute Summary

Attributes inherited from Error

#env, #public_errors

Instance Method Summary collapse

Methods inherited from Fanforce::Notice

#public_notices

Methods inherited from Error

#curl_command, #default_error_code, #for, #format_error, #format_errors, #initialize, #valid_error_codes

Constructor Details

This class inherits a constructor from Fanforce::Error

Instance Method Details

#codeObject



10
# File 'lib/fanforce/notices/_base.rb', line 10

def code; 409 end

#default_messageObject



11
# File 'lib/fanforce/notices/_base.rb', line 11

def default_message; 'Processing Request' end