Exception: EasyDocForms::PermissionError

Inherits:
APIError
  • Object
show all
Defined in:
lib/easydocforms/errors.rb

Overview

403: the key authenticated but may not do this — code is SCOPE_REQUIRED (key lacks the route's scope) or PARTNER_API_NOT_ENABLED (organization not enrolled in the partner API).

Constant Summary

Constants inherited from APIError

APIError::PARTNER_API_NOT_ENABLED, APIError::SCOPE_REQUIRED

Instance Attribute Summary

Attributes inherited from APIError

#code, #completed_pdf_status, #hint, #status_code

Method Summary

Methods inherited from APIError

from_response, #initialize

Constructor Details

This class inherits a constructor from EasyDocForms::APIError