Skip to main content

Module errors

Module errors 

Source
Expand description

Error types for the PerpCity SDK.

Follows the axiomtrade-rs pattern: a single top-level enum with domain-specific variants plus #[from] conversions for library errors.

Enums§

PerpCityError
Central error type for the PerpCity SDK.

Type Aliases§

Result
Convenience alias used throughout the SDK.