Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OverconstrainedError

interface OverconstrainedError extends Error {
readonly constraint: string;
}
var OverconstrainedError: {
new (constraint: string, message?: string): OverconstrainedError;
}
;

§Extends

§
Error
[src]

§Properties

§
readonly constraint: string
[src]