Module error

Module error 

Source
Expand description

Error and result types. Defines the error types and Result alias used throughout the stac-client crate.

This module centralizes all error handling, providing a unified Error enum that covers HTTP transport issues, JSON parsing failures, and STAC API-specific error conditions.

Enums§

Error
Crate-wide error enumeration covering transport, parsing, and domain errors.

Type Aliases§

Result
Convenience result type used throughout the crate.