enum Enums::SnipsResult

Overview

The result of a call to the hermes library.

Defined in:

bindings/enums.cr

Enum 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.

Instance Method Summary

Instance Method Detail

def ko? #

[View source]
def ok? #

[View source]