Module errors

Module errors 

Source
Expand description

Error types for the Qobuz API Rust library.

This module defines custom error types that can occur when using the Qobuz API library. It includes errors from API responses, network operations, parsing, and authentication. All errors implement the Error trait and provide detailed error information for proper error handling throughout the library.

Enumsยง

QobuzApiError
Custom error types for the Qobuz API Rust library.