PopErrorScopeStatus


class PopErrorScopeStatus


Indicates the status of a pop error scope operation.

Summary

Constants

const Int

Indicates the error scope pop operation was cancelled.

const Int
Error = 3

An error occurred, such as popping from an empty stack.

const Int

The error scope was popped successfully.

Public companion functions

String
toString(value: Int)

Constants

CallbackCancelled

const val CallbackCancelled = 2: Int

Indicates the error scope pop operation was cancelled. This typically happens if the device is lost or destroyed while waiting for the scope to close.

Error

const val Error = 3: Int

An error occurred, such as popping from an empty stack.

Success

const val Success = 1: Int

The error scope was popped successfully.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String