Exception: Pluggy::PermissionError

Inherits:
Error
  • Object
show all
Defined in:
lib/pluggy/errors.rb

Overview

A 403 that carries a codeDescription: the request authenticated fine but was denied on the merits, e.g. BALANCE_CONSENT_ERROR when the institution refuses to share a balance. Distinct from AuthenticationError because these must never trigger a re-auth or a retry.

Instance Attribute Summary

Attributes inherited from Error

#api_message, #code, #code_description, #data, #http_body, #http_headers, #http_status, #json_body

Method Summary

Methods inherited from Error

#initialize, #to_s

Constructor Details

This class inherits a constructor from Pluggy::Error