| 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] |
require 'zernio-sdk'
instance = Zernio::SendInboxMessage400ResponsePlatformError.new(
code: null,
subcode: null,
fbtrace_id: null,
type: null
)