mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Rename things to ush for brevity. Add Tree system.
This commit is contained in:
@@ -7,9 +7,14 @@ pub type Result<T> = std::result::Result<T, ModuleError>;
|
||||
pub enum ModuleError {
|
||||
NoError,
|
||||
|
||||
// Tree errors
|
||||
TreeNotExist,
|
||||
TreeMessageError(String),
|
||||
|
||||
// Object errors
|
||||
UnsupportedMethod,
|
||||
InvalidType,
|
||||
|
||||
LibLoadingError(String),
|
||||
// LogError(log::SetLoggerError),
|
||||
LinkError(String),
|
||||
|
||||
Reference in New Issue
Block a user