UNPKG

@bb4first/odoo-xmlrpc

Version:
19 lines (17 loc) 427 B
/** * Copyright (C) 2022 Intelica. Scientific and Software Solutions * Author: Reinier Millo Sánchez <millo@intelica.mx> * * This file is part of the @intelica/odoo-xmlrpc package. * This project is distributed under MIT License. * Check LICENSE file in project root folder. */ /** * Predefined errors */ export const ERRORS = { INVALID_CREDENTIALS: { value: 1001, str: "odoo-invalid-credentials", }, };