Exception: SuperPDP::UnauthorizedError

Inherits:
APIError
  • Object
show all
Defined in:
lib/super_pdp/error.rb

Overview

Status-specific subclasses so callers can rescue by kind. All subclass APIError, so rescue SuperPDP::APIError still catches every non-2xx. 401, 403

Instance Attribute Summary

Attributes inherited from APIError

#body, #status

Method Summary

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from SuperPDP::APIError