Module error

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

Error handling for the FFI layer.

This module defines the NemoRelayStatus enum returned by every exported FFI function, along with thread-local storage for human-readable error messages. After any non-Ok return, the caller should invoke nemo_relay_last_error on the same thread to obtain a diagnostic string. The error message remains valid until the next FFI call on that thread clears it via clear_last_error.

Enums

Functions