Package-level declarations
Types
A base class of which all our data providers will inherit, will contain some generic handling and helpers that can be used by any data provider.
A standard Response/result type for requests going through Sensibill Data Providers. Except for some special situations, most data provider return types will be of this type.
Helper class to provide standard interpretation and handling of a data provider API call
Something in the request itself was invalid, this is likely an SDK problem, please reach out to client success
Unauthorized - please check to make sure you're providing a valid access token when requested with the com.getsensibill.tokenprovider.TokenProvider that you're providing to the SDK
Forbidden - in our APIs this usually means you're trying to access something that you're not configured to use. Please reach out to our client success to find a resolution
The requested entity was not found on the server
Something went wrong on the server, could be worth retrying the request
The request succeeded, but the response wasn't the object we were expecting
The request succeeded, but we were expecting a response body and didn't get one
The Base error type that can be returned by a Sensibill DataProvider request
The request timed out
The request succeeded, but the response wasn't the object we were expecting
Unknown -- Otherwise uncaught exception
An alternative to UnknownError which can be created outside of this module