|
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 | cNormal = 'cNormal' |
| There is no error. | |
| string | cPluginCouldnotLoaded = 'cPluginCouldnotLoaded' |
| Plug-in could not be loaded. | |
| string | cPluginIsNotLoaded = 'cPluginIsNotLoaded' |
| Plug-in is not loaded. | |
| string | cFileDoesNotExist = 'cFileDoesNotExist' |
| File does not exist. | |
| string | cFileAlreadyExists = 'cFileAlreadyExists' |
| File already exists. | |
Inherited from tronverte.core.enum.Enum.
import tronverte.core.status as tronverte_core_status reload(tronverte_core_status) code = tronverte_core_status.Code() This is an abstract class. Enum items for "code" member of tronverte.core.status.Status class.
string tronverte::core::status.Code::cFileAlreadyExists = 'cFileAlreadyExists' [static] |
File already exists.
string tronverte::core::status.Code::cFileDoesNotExist = 'cFileDoesNotExist' [static] |
File does not exist.
string tronverte::core::status.Code::cNormal = 'cNormal' [static] |
There is no error.
string tronverte::core::status.Code::cPluginCouldnotLoaded = 'cPluginCouldnotLoaded' [static] |
Plug-in could not be loaded.
string tronverte::core::status.Code::cPluginIsNotLoaded = 'cPluginIsNotLoaded' [static] |
Plug-in is not loaded.
1.7.6.1