Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 460 Bytes

ApiError403.md

File metadata and controls

22 lines (16 loc) · 460 Bytes

Aryeo::ApiError403

Properties

Name Type Description Notes
status String What was the state of the request?
message String The error message.
code Integer A numeric code corresponding to the error. [optional]

Example

require 'aryeo'

instance = Aryeo::ApiError403.new(
  status: error,
  message: {ApiError message.},
  code: 403
)