BatchServerErrorData: {
    batchDecisionId?: string;
    responses?: {
        [k: string]: ServerError;
    };
}