Add UnrecognizedExecutable error
This commit is contained in:
parent
197aba7d39
commit
7910c94740
@ -36,6 +36,8 @@ primitive_enum!(
|
||||
InvalidOperation = 15,
|
||||
#[doc = "No permission to access the entry/file"]
|
||||
PermissionDenied = 16,
|
||||
#[doc = "Unrecognized or invalid executable file format"]
|
||||
UnrecognizedExecutable = 17,
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user