FailedToRegisterException

class FailedToRegisterException(cause: Throwable? = null) : HolderException

Failed to register the holder application instance with MATTR VII during SDK initialization. Verify that the PlatformConfiguration values are correct and retry initialization.

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val localizedMessage: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open var stackTrace: Array<out StackTraceElement?>?
Link copied to clipboard
val suppressed: Array<out Throwable?>?