SPPAS 4.22

https://sppas.org/

Module sppas.config

Class sppasReadError

Description

:ERROR 0655:.

Failed to read file {name}: {error}

Constructor

View Source
def __init__(self, filename, msg='unknown'):
    self._status = 655
    self.parameter = error(self._status) + error(self._status, 'globals').format(name=filename, error=msg)

Public functions

get_status

View Source
def get_status(self):
    return self._status

Overloads

__str__

View Source
def __str__(self):
    return repr(self.parameter)