Exception: WorkOS::ForbiddenRequestError

Inherits:
WorkOSError
  • Object
show all
Defined in:
lib/workos/errors.rb

Overview

ForbiddenError is raised when a request is forbidden, likely due to missing a step (i.e. verifying email ownership before authenticating).

Instance Attribute Summary

Attributes inherited from WorkOSError

#code, #data, #error, #error_description, #errors, #http_status, #request_id, #retry_after

Method Summary

Methods inherited from WorkOSError

#initialize, #to_s

Constructor Details

This class inherits a constructor from WorkOS::WorkOSError