Expand description
Types for errors received from the API and occurring in the clients.
Structs§
- ApiError
historical
- An error from the Databento API.
Enums§
- Error
- An error that can occur while working with Databento’s API.
Type Aliases§
- Result
- An alias for a
Result
withdatabento::Error
as the error type.