Expand description
Error handling module for the Backpack Exchange API client.
Defines a custom Error
type and a Result
type alias to encapsulate
various errors that can occur during API interactions.
Enums§
- Enum representing possible errors in the Backpack Exchange API client.
Type Aliases§
- A type alias for
Result
using the customError
type.