Package-level declarations
Types
The base class for all exceptions
The response was received but the response code was not 200
A network error happened: socket closed, DNS issue, TLS problem, etc...
The response could not be parsed either because of another issue than JsonDataException or JsonEncodingException
A WebSocket connection could not be established: e.g., expired token
An object/field was missing in the cache If fieldName is null, it means a reference to an object could not be resolved
A generic exception when no additional context exists
An HTTP cache miss happened
Thrown when the data in a JSON document doesn't match the data expected by the caller.
Thrown when the data being parsed is not encoded as valid JSON.
No data was found
The server could not process a subscription and sent an error.