interface UpsertConflict {
    error: {
        code: number;
        message: string;
    };
}

Properties

Properties

error: {
    code: number;
    message: string;
}

Details about the error caused by the upsert/update.