Module error

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.

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