Attribute | Type | Definition |
---|---|---|
Debug | object | An object containing additional information about the Error in order to help with debugging. Optional. |
![]() | string | The file where the error occurred. |
![]() | int | The line where the error occurred. |
![]() | string | The JSON message that caused the error. |
![]() | int | The location of where the error occurred in the JSON message that caused the error. |
ID | int | Required. Integer value representing the stream of the message that caused the error (or 0 if ID was nonrecoverable). |
Text | string | A message that provides details of the error. |
Type | string,int | Required. Specifies the message classification. For Error messages, Type is Error. Click here for a list of available types • Ack • Close • Error • Generic • Ping • Pong • Post • Refresh • Request • Status • Update |