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

Latest commit

 

History

History
20 lines (14 loc) · 324 Bytes

ApiErrorUnauthorized.md

File metadata and controls

20 lines (14 loc) · 324 Bytes

LagoAPI::ApiErrorUnauthorized

Properties

Name Type Description Notes
status Integer
error String

Example

require 'lago_ruby'

instance = LagoAPI::ApiErrorUnauthorized.new(
  status: 401,
  error: Unauthorized
)