Skip to main content

Module error

Module error 

Source
Expand description

Error types for the rdapify library.

All public-facing errors implement std::error::Error via thiserror. The RdapError enum is the single error type returned by every public API.

Enums§

RdapError
The unified error type for all rdapify operations.

Type Aliases§

Result
Convenience alias used throughout the crate.