[[["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,["Interface 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\nBatchResponse.failureCount\n\nThe number of messages that resulted in errors when sending.\n\n**Signature:** \n\n failureCount: number;\n\nBatchResponse.responses\n\nAn array of responses, each corresponding to a message.\n\n**Signature:** \n\n responses: SendResponse[];\n\nBatchResponse.successCount\n\nThe number of messages that were successfully handed off for sending.\n\n**Signature:** \n\n successCount: number;"]]