source: OpenRLabs-Git/web2py/applications/rlabs/modules/errors.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100644
File size: 631 bytes
Line 
1# -*- coding: utf-8 -*-
2#################################################################################
3# @file    errors.py
4# @brief   Module that store error codes   
5# @warning None
6# @note Use:
7# @license GNU GPLv3+
8# @author  David Fuertes, EUPT, University of Zaragoza.
9#          Opengnsys Api Rest support provided by Juan Carlos García, EUPT, University of Zaragoza.
10# @version 1.1.0 - First version
11# @date    2019-15-11
12#################################################################################
13
14
15ERROR_CONEXION = "Error de conexión."
16ERROR_RESERVA = "Error de reserva. No es posible reservar ningún equipo."
Note: See TracBrowser for help on using the repository browser.