Uneventful
    Preparing search index...

    Type Alias HandledError

    An ErrorResult that has been marked "handled" (by being passed to an error-specific handler, converted to a promise, given to markHandled, etc.)

    type HandledError = {
        err: any;
        op: "throw";
        val: null;
    }
    Index

    Properties

    Properties

    err: any
    op: "throw"
    val: null