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] |
require 'aryeo'
instance = Aryeo::ApiError403.new(
status: error,
message: {ApiError message.},
code: 403
)