Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 393 Bytes

ApiError.md

File metadata and controls

19 lines (12 loc) · 393 Bytes

Pushy::ApiError

Properties

Name Type Description Notes
code String [optional]
error String [optional]

Code Sample

require 'Pushy'

instance = Pushy::ApiError.new(code: NO_RECIPIENTS,
                                 error: No devices matched the specified condition.)