Body
application/json · object[]
JSON-formatted list of messages and attributes
{
"receipts": {},
"scheduled": {},
"removed": [
"<string>"
],
"error": 123,
"errorMessage": "<string>",
"errorThrowable": {
"cause": {},
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": true
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": [
{}
]
},
"rateLimited": false,
"errorRetryable": false,
"errorContext": {}
}
If the Message has a schedule, then schedule one or more messages. Each message must pass in a schedule instance.
{
"receipts": {},
"scheduled": {},
"removed": [
"<string>"
],
"error": 123,
"errorMessage": "<string>",
"errorThrowable": {
"cause": {},
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": true
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": [
{}
]
},
"rateLimited": false,
"errorRetryable": false,
"errorContext": {}
}
JSON-formatted list of messages and attributes
Show child attributes
successful operation
Was this page helpful?