PopErrorScopeCallback


fun interface PopErrorScopeCallback


Summary

Public functions

Unit
onPopErrorScope(status: Int, type: Int, message: String)

A callback function invoked when popErrorScope completes and returns the captured error.

Public functions

onPopErrorScope

Added in 1.0.0-alpha01
fun onPopErrorScope(status: Int, type: Int, message: String): Unit

A callback function invoked when popErrorScope completes and returns the captured error.

Parameters
status: Int

The status of the error scope pop operation.

type: Int

The type of error captured by the scope, if any.

message: String

A human-readable message describing the error, if any.