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§
- Rdap
Error - The unified error type for all rdapify operations.
Type Aliases§
- Result
- Convenience alias used throughout the crate.