Sha256: e329967c66c113326474b8033a8400defee396e093d5facadd3f6c1c0009f401

Contents?: true

Size: 1.67 KB

Versions: 111

Compression:

Stored size: 1.67 KB

Contents

module Rho
  class RhoError < Exception
    def self.err_message(code)
        if code == ERR_NETWORK
            return "No se pudo establecer conexión de red."
        elsif code == ERR_REMOTESERVER
            return "El servidor ha devuelto un error."
        elsif code ==  ERR_RUNTIME
            return "La aplicación ha detectado un error y debe cerrarse."
        elsif code ==  ERR_UNEXPECTEDSERVERRESPONSE
            return "Sincronización con servidor devuelve una respuesta inesperada."
        elsif code ==  ERR_DIFFDOMAINSINSYNCSRC
            return "Todas las fuentes de sincronización debe ser de un dominio. Vuelva a instalar la aplicación."
        elsif code ==  ERR_NOSERVERRESPONSE
            return "No se pudo conectar al servidor de sincronización."
        elsif code ==  ERR_CLIENTISNOTLOGGEDIN
            return "El cliente no se encuetra logueado. La sincronización no se llevará a cabo."
        elsif code ==  ERR_CUSTOMSYNCSERVER
            return "No se pudo conectar al servidor de datos."
        elsif code ==  ERR_UNATHORIZED
            return "Ha introducido un usuario/contraseña invalido, por favor, inténtelo de nuevo."
        elsif code ==  ERR_CANCELBYUSER
            return "Operación fue cancelada por el usuario."
        elsif code ==  ERR_SYNCVERSION
            return "Conexión terminada por el servidor. Su aplicación móvil debe ser actualizada. Por favor, contacte con su administrador."
        elsif code ==  ERR_GEOLOCATION
            return "La ubicación no se pudo determinar."
        elsif code ==  ERR_NONE
            return ""
        end
        
        return "Error desconocido"
    end
    
  end # RhoError
end # Rho

Version data entries

111 entries across 111 versions & 2 rubygems

Version Path
rhodes-7.6.0 lib/framework/rholang/rhoerror_es.rb
rhodes-7.5.1 lib/framework/rholang/rhoerror_es.rb
rhodes-7.4.1 lib/framework/rholang/rhoerror_es.rb
rhodes-7.1.17 lib/framework/rholang/rhoerror_es.rb
rhodes-6.2.0 lib/framework/rholang/rhoerror_es.rb
rhodes-6.0.11 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.18 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.17 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.15 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.0.22 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.2 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.0.7 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.0.3 lib/framework/rholang/rhoerror_es.rb
rhodes-5.5.0 lib/framework/rholang/rhoerror_es.rb
tauplatform-1.0.3 lib/framework/rholang/rhoerror_es.rb
tauplatform-1.0.2 lib/framework/rholang/rhoerror_es.rb
tauplatform-1.0.1 lib/framework/rholang/rhoerror_es.rb
rhodes-3.5.1.12 lib/framework/rholang/rhoerror_es.rb
rhodes-3.3.5 lib/framework/rholang/rhoerror_es.rb
rhodes-3.4.2 lib/framework/rholang/rhoerror_es.rb