Back to Content

DOMException: code property

files/en-us/web/api/domexception/code/index.md

latest606 B
Original Source

{{APIRef("DOM")}}{{AvailableInWorkers}}{{deprecated_header}}

The code read-only property of the {{domxref("DOMException")}} interface returns one of the legacy error code constants, or 0 if none match.

This field is used for historical reasons. New DOM exceptions don't use this anymore: they put this info in the {{domxref("DOMException.name")}} attribute.

Value

One of the error code constants, or 0 if none match.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}