Back to Content

DOMException: message property

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

latest361 B
Original Source

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

The message read-only property of the {{domxref("DOMException")}} interface returns a string representing a message or description associated with the given error name.

Value

A string.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}