Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 316 Bytes

Error.md

File metadata and controls

20 lines (14 loc) · 316 Bytes

ForestVPNCloudAPI::Error

Properties

Name Type Description Notes
code String
message String

Example

require 'forestvpn_cloud_api'

instance = ForestVPNCloudAPI::Error.new(
  code: null,
  message: null
)