Skip to content
JS
Errors

JavaScript errors

TypeError, ReferenceError, SyntaxError and RangeError in any runtime.

131 entries0 written pages
Showing 101 to 131 of 131Source: MDN Web Docs
CodeError
TypeErrorIterator/AsyncIterator constructor can't be used directly
TypeErrorMore arguments needed
TypeErrorReduce of empty array with no initial value
TypeErrorWeakSet key/WeakMap value 'x' must be an object or an unregistered symbol
TypeErrorX.prototype.y called on incompatible type
TypeErroralready executing generator
TypeErrorcalling a builtin X constructor without new is forbidden
TypeErrorcan''t assign to property "x" on "y": not an object
TypeErrorcan''t define property "x": "obj" is not extensible
TypeErrorcan''t redefine non-configurable property "x"
TypeErrorcan't access/set private field or method: object is not the right class
TypeErrorcan't convert BigInt to number
TypeErrorcan't convert x to BigInt
TypeErrorcan't delete non-configurable array element
TypeErrorcan't set prototype of this object
TypeErrorcan't set prototype: it would cause a prototype chain cycle
TypeErrorcannot use 'in' operator to search for 'x' in 'y'
TypeErrorclass constructors must be invoked with 'new'
TypeErrorcyclic object value
TypeErrorderived class constructor returned invalid value x
TypeErrorgetting private setter-only property
TypeErrorinvalid 'instanceof' operand 'x'
TypeErrorinvalid Array.prototype.sort argument
TypeErrorinvalid assignment to const "x"
TypeErrormatchAll/replaceAll must be called with a global RegExp
TypeErrornull/undefined has no properties
TypeErrorproperty "x" is non-configurable and can''t be deleted
TypeErrorsetting getter-only property "x"
URIErrormalformed URI sequence
Warning-file- is being assigned a //# sourceMappingURL, but already has one
Warningunreachable code after return statement

Other families: Node.js, npm, React, Next.js, TypeScript, Vite, webpack, Jest