Add UnrecognizedExecutable error

This commit is contained in:
Mark Poliakov 2023-12-08 17:52:54 +02:00
parent 197aba7d39
commit 7910c94740

View File

@ -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,
}
);