Skip to main content

Module error

Module error 

Source
Expand description

Error types for the Chalk client SDK.

This module defines a single error enum, ChalkClientError, that covers everything that can go wrong when using the client — from configuration mistakes to network failures to server-side errors.

Enums§

ChalkClientError
Everything that can go wrong when using the Chalk client.

Type Aliases§

Result
A convenience type alias so we can write Result<T> instead of std::result::Result<T, ChalkClientError> everywhere in this crate.