Module error

Source
Expand description

Error types for the metabase-api-rs library

This module defines the error types used throughout the library, following SOLID principles and providing clear error messages.

Enums§

Error
The main error type for metabase-api-rs operations

Type Aliases§

Result
A type alias for Results that use our Error type