new BatchRequestError({ request: { method: 'POST', relativeUrl: 'me/messages', body: { messagingType: 'UPDATE', recipient: 'PSID', message: { text: 'Hello World' }, }, }, response: { code: 403, body: { error: { type: 'OAuthException', message: 'Invalid parameter', code: 100, }, } },})
The request of the batch error.
The response of the batch error.
Generated using TypeDoc