SecurityError
SecurityError is a term used in computing to denote an exception raised when an operation would compromise security or violate permissions. The phrase appears in multiple programming environments, but it is most closely associated with web browsers and their DOM APIs. The concept centers on preventing actions that could expose data, resources, or users to risk by enforcing security constraints.
In the web platform, SecurityError is the name of a DOMException used to signal a security policy
Beyond the browser DOM, some programming languages and environments designate SecurityError as a dedicated exception type