Expand description
Error types for link operations
This module defines all error types used throughout the link-cli.
LinkError is the typed error exposed by the public storage and
transactions API. It is deliberately not anyhow::Error, so
external crates embedding this library can match on failures instead
of inspecting strings. Because LinkError implements
std::error::Error, every LinkError still converts into
anyhow::Error with ? for callers that prefer anyhow.
Enumsยง
- Link
Error - Error types for link operations