Type Alias ServerErrorResponse

ServerErrorResponse: {
    error: {
        code: number;
        error_data: {
            details: string;
            messaging_product: "whatsapp";
        };
        error_subcode: number;
        fbtrace_id: string;
        message: string;
        type: string;
    };
}