SPPAS 4.20

Module sppas.config

Class sppasIndexError

Description

:ERROR 0200:.

Invalid index value {:d}.

Constructor

View Source
def __init__(self, index):
    self._status = 200
    self.parameter = error(self._status) + error(self._status, 'globals').format(index)

Public functions

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

Overloads

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