tinybench - v5.1.0
    Preparing search index...

    Interface TaskResultErrored

    The task result for errored tasks

    interface TaskResultErrored {
        error: Error;
        state: "errored";
    }
    Index

    Properties

    Properties

    error: Error

    the error that caused the task to fail

    state: "errored"

    the task state