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§
- Error
- Enum representing possible errors in the Backpack Exchange API client.
Type Aliases§
- Result
- A type alias for
Resultusing the customErrortype.