@usersatoshi/results
    Preparing search index...

    Class ResultError

    Error thrown when attempting to extract a value from an Err result.

    Hierarchy

    • Error
      • ResultError
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • message: string

      Returns ResultError

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error