Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConflictError<T>

A conflict error occurs when multiple elements should not be yielded by an iterable.

Type parameters

  • T

    The type of conflicting elements.

Hierarchy

  • Error
    • ConflictError

Index

Properties

cause?: Error
conflicts: T[]

The conflicting elements which are the cause of the error.

message: string
name: string
stack?: string

Generated using TypeDoc