|
Tronverte
API documentation for Tronverte products.
|
Inherited from tronverte.core.enum.Enum. More...
Inherits tronverte.core.enum.Enum.
Inherited by tronverte.core.status.Status.
Static Public Attributes | |
| string | lNormal = 'normal' |
| No error whatsoever. | |
| string | lWarning = 'warning' |
| Some warnings, but does not break a process. | |
| string | lError = 'error' |
| Action has been failed. | |
Inherited from tronverte.core.enum.Enum.
import tronverte.core.status as tronverte_core_status reload(tronverte_core_status) level = tronverte_core_status.Level() This is an abstract class. Enum items for "level" member of tronverte.core.status.Status class.
string tronverte::core::status.Level::lError = 'error' [static] |
Action has been failed.
string tronverte::core::status.Level::lNormal = 'normal' [static] |
No error whatsoever.
string tronverte::core::status.Level::lWarning = 'warning' [static] |
Some warnings, but does not break a process.
1.7.6.1