Connection

data class Connection(val errorCode: String?) : ApplicationDataSdkError

Connection could not be established; possibly due to poor network connection.

Parameters

errorCode

a code that provides details about the error

Constructors

Link copied to clipboard
constructor(errorCode: String?)

Properties

Link copied to clipboard