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

Latest commit

 

History

History
22 lines (16 loc) · 371 Bytes

ApiErrorNotFound.md

File metadata and controls

22 lines (16 loc) · 371 Bytes

LagoAPI::ApiErrorNotFound

Properties

Name Type Description Notes
status Integer
error String
code String

Example

require 'lago_ruby'

instance = LagoAPI::ApiErrorNotFound.new(
  status: 404,
  error: Not Found,
  code: object_not_found
)