An IEquatableError is an error that can be compared by name.

interface IEquatableError<T, P> {
    name: P;
}

Type Parameters

  • T extends string = string

  • P = Narrow<T>

Implemented by

Properties

Properties

name: P