Exception

class Exception<T : Any> : Response<T>

Represents an unrecoverable state, that was reached during a network request done by the SDK.

The exception happened, because to one of the following reasons:

  • The SDK was not initialised properly (check the documentation here for Android or here for iOS

  • Network connection is not available

  • The request timed out

Parameters

T

the type of the result

Properties

Link copied to clipboard

the exception thrown during the request