@hashgraph/solo
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • Create a custom error object

      error metadata will include the cause

      Parameters

      • message: string

        error message

      • cause: any = {}

        source error (if any)

      • meta: any = {}

        additional metadata (if any)

      Returns SoloError

    Properties

    cause: any = {}

    source error (if any)

    message: string

    error message

    meta: any = {}

    additional metadata (if any)

    statusCode?: number