Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 337 Bytes

File metadata and controls

20 lines (14 loc) · 337 Bytes

Late::ErrorResponse

Properties

Name Type Description Notes
error String [optional]
details Hash<String, Object> [optional]

Example

require 'late-sdk'

instance = Late::ErrorResponse.new(
  error: null,
  details: null
)