PopErrorScopeStatus


public final class PopErrorScopeStatus


Indicates the status of a pop error scope operation.

Summary

Constants

static final int

Indicates the error scope pop operation was cancelled.

static final int
Error = 3

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

static final int

The error scope was popped successfully.

Public methods

static final @NonNull String
toString(int value)

Constants

CallbackCancelled

public static final int CallbackCancelled = 2

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

public static final int Error = 3

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

Success

public static final int Success = 1

The error scope was popped successfully.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull String toString(int value)