Exception: Fanforce::Notice::ProcessingWebhook
- Inherits:
-
Fanforce::Notice
- Object
- StandardError
- Error
- Fanforce::Notice
- Fanforce::Notice::ProcessingWebhook
- Defined in:
- lib/fanforce/notices/_base.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Fanforce::Notice
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
#code ⇒ Object
10 |
# File 'lib/fanforce/notices/_base.rb', line 10 def code; 409 end |
#default_message ⇒ Object
11 |
# File 'lib/fanforce/notices/_base.rb', line 11 def ; 'Processing Request' end |