PopErrorScopeException


class PopErrorScopeException : Exception


Summary

Public constructors

PopErrorScopeException(reason: String, status: Int)

Public properties

String
Int

Inherited properties

From kotlin.Throwable

Public constructors

PopErrorScopeException

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

Public properties

reason

Added in 1.0.0-alpha01
val reasonString

status

Added in 1.0.0-alpha01
val statusInt