[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-12 UTC."],[],[],null,["# BatchResponse interface\n\nInterface representing the server response from the [Messaging.sendEach()](./firebase-admin.messaging.messaging.md#messagingsendeach) and [Messaging.sendEachForMulticast()](./firebase-admin.messaging.messaging.md#messagingsendeachformulticast) methods.\n\n**Signature:** \n\n export interface BatchResponse \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------|\n| [failureCount](./firebase-admin.messaging.batchresponse.md#batchresponsefailurecount) | number | The number of messages that resulted in errors when sending. |\n| [responses](./firebase-admin.messaging.batchresponse.md#batchresponseresponses) | [SendResponse](./firebase-admin.messaging.sendresponse.md#sendresponse_interface)\\[\\] | An array of responses, each corresponding to a message. |\n| [successCount](./firebase-admin.messaging.batchresponse.md#batchresponsesuccesscount) | number | The number of messages that were successfully handed off for sending. |\n\nBatchResponse.failureCount\n--------------------------\n\nThe number of messages that resulted in errors when sending.\n\n**Signature:** \n\n failureCount: number;\n\nBatchResponse.responses\n-----------------------\n\nAn array of responses, each corresponding to a message.\n\n**Signature:** \n\n responses: SendResponse[];\n\nBatchResponse.successCount\n--------------------------\n\nThe number of messages that were successfully handed off for sending.\n\n**Signature:** \n\n successCount: number;"]]