OverconstrainedErrorinterface OverconstrainedError extends Error {readonly constraint: string;}var OverconstrainedError: {prototype: OverconstrainedError; new (constraint: string, message?: string): OverconstrainedError; };§Extends§Error[src]§Properties§readonly constraint: string[src]