Errors (return codes mapping)
Purpose
Rust uses Result<T, noxtls_core::Error> instead of integer error codes.
Rust API
- Crate:
noxtls-core - Module path (conceptual):
noxtls_core - Primary symbols:
ErrorResult
Feature flags and policy
Variants include UnsupportedFeature, CryptoFailure, ParseFailure, …
Examples
See the linked topic pages and crate rustdoc for complete examples.
Security and compatibility
Map errors to alerts and telemetry without leaking secrets.