Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 255 Bytes

JSONError.md

File metadata and controls

18 lines (12 loc) · 255 Bytes

Akeyless::JSONError

Properties

Name Type Description Notes
error String [optional]

Example

require 'akeyless'

instance = Akeyless::JSONError.new(
  error: null
)