Shared types
HttpResult
Result wrapper around most of endpoints. Not all endpoints return this
ApiResponse
Result renaming used to difference between an http error and an API error or unsuccessful response
HttpError
Internal errors, if everything goes ok you never should see this errors
Last updated