@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Class NotFoundMetadataError<T>

    Error to throw when attempting to retrieve metadatas for a type that isn't registered

    Type Parameters

    • T

      Type without metadatas

    Hierarchy

    • Error
      • NotFoundMetadataError
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string
    type: Type<T>

    The type without metadas

    Methods

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

      Parameters

      • error: unknown

      Returns error is Error