Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 619 Bytes

File metadata and controls

24 lines (18 loc) · 619 Bytes

Zernio::SendInboxMessage400ResponsePlatformError

Properties

Name Type Description Notes
code Integer Meta error code [optional]
subcode Integer Meta error_subcode [optional]
fbtrace_id String Meta fbtrace_id, quote this in a Meta bug report [optional]
type String Meta error type (e.g. OAuthException) [optional]

Example

require 'zernio-sdk'

instance = Zernio::SendInboxMessage400ResponsePlatformError.new(
  code: null,
  subcode: null,
  fbtrace_id: null,
  type: null
)