SDKNotSetup

data class SDKNotSetup(val errorCode: String, val message: String) : ElepayError

The SDK has not been initialized correctly. Make sure the Elepay.setup is correctly called.

Constructors

Link copied to clipboard
constructor(errorCode: String, message: String)

Properties

Link copied to clipboard

The error code.

Link copied to clipboard

The helping message may or may not be empty indicating the state.