Exception: ReveAI::ForbiddenError

Inherits:
APIError show all
Defined in:
lib/reve_ai/errors.rb

Overview

Raised on 403 Forbidden responses.

Indicates the API key lacks permission for the requested operation.

Instance Attribute Summary

Attributes inherited from APIError

#body, #headers, #status

Method Summary

Methods inherited from APIError

#error_code, #initialize, #request_id

Constructor Details

This class inherits a constructor from ReveAI::APIError