Exception: DataComApi::ApiLimitExceededError

Inherits:
Error
  • Object
show all
Defined in:
lib/data-com-api/errors.rb

Constant Summary collapse

API_HTTP_STATUS_CODE =

This info are not true, there is no error code nor status code, but I added those to keep consistency. The limit exceeded error is returned as “API plan limit exceeded” plain string

404
API_ERROR_CODE =
'API_LIMIT_EXCEEDED'.freeze

Constants inherited from Error

Error::API_LIMIT_EXCEEDED_MSG

Instance Attribute Summary

Attributes inherited from Error

#api_stack_trace, #error_code, #http_status_code

Method Summary

Methods inherited from Error

from_code, #initialize

Constructor Details

This class inherits a constructor from DataComApi::Error