Endo API documentation
    Preparing search index...

    Variable note

    note: (error: Error, details: Details) => void

    Type declaration

      • (error: Error, details: Details): void
      • Aka the annotateError function as imported from @endo/errors

        Annotate an error with details, potentially to be used by an augmented console such as the causal console of console.js, to provide extra information associated with logged errors.

        Parameters

        Returns void