Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 523 Bytes

File metadata and controls

22 lines (16 loc) · 523 Bytes

Late::ConnectionLogError

Properties

Name Type Description Notes
code String Error code (e.g., oauth_denied, token_exchange_failed) [optional]
message String Human-readable error message [optional]
raw_response String Raw error response (truncated to 2000 chars) [optional]

Example

require 'late-sdk'

instance = Late::ConnectionLogError.new(
  code: null,
  message: null,
  raw_response: null
)