RequestDeviceException


class RequestDeviceException : Exception


Summary

Public constructors

RequestDeviceException(reason: String, status: Int)

Public properties

String
Int

Inherited properties

From kotlin.Throwable

Public constructors

RequestDeviceException

Added in 1.0.0-alpha01
RequestDeviceException(
    reason: String = "",
    status: Int = RequestDeviceStatus.Success
)

Public properties

reason

Added in 1.0.0-alpha01
val reasonString

status

Added in 1.0.0-alpha01
val statusInt