enum Enums::SnipsResult
Overview
The result of a call to the hermes library.
Defined in:
bindings/enums.crEnum Members
-
Ok =
0
-
The function call returned successfully.
-
Ko =
1
-
The function encountered an error, you can retrieve it using the dedicated function
hermes_get_last_error
.