Class MultipleChoicesError<T>

Represents that multiple entries were found. Use the fetch function to request the chosen options

Type Parameters

  • T extends {
        fetch: ((options?) => Promise<V>);
    }

Hierarchy

Constructors

Properties

Constructors

Properties

choices: T[]

An array of the options that the query matched

message: string
name: string
stack?: string

Generated using TypeDoc