The URIError object represents an error when a global URI handling was used in a wrong way.
The URIError object represents an error when a global URI handling was used in a wrong way.
(column-number this)
Property.
[Non Standard]
The columnNumber property contains the column number in the line the file that raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber
Property. [Non Standard] The columnNumber property contains the column number in the line the file that raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber`
(file-name this)
Property.
[Non Standard]
The fileName property contains the path to the file that raised error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName
Property. [Non Standard] The fileName property contains the path to the file that raised error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName`
(line-number this)
Property.
[Non Standard]
The lineNumber property contains the line number in the file raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber
Property. [Non Standard] The lineNumber property contains the line number in the file raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber`
(message this)
Property.
The message property is a human-readable description of the error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message
Property. The message property is a human-readable description of the error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message`
(name this)
Property.
The name property represents a name for the type of error. The value is "Error".
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name
Property. The name property represents a name for the type of error. The value is \"Error\". See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name`
(prototype this)
Property.
The URIError.prototype property represents the prototype for
js.URIError
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype
Property. The URIError.prototype property represents the prototype for `js.URIError` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype`
(set-column-number! this val)
Property.
[Non Standard]
The columnNumber property contains the column number in the line the file that raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber
Property. [Non Standard] The columnNumber property contains the column number in the line the file that raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber`
(set-file-name! this val)
Property.
[Non Standard]
The fileName property contains the path to the file that raised error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName
Property. [Non Standard] The fileName property contains the path to the file that raised error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName`
(set-line-number! this val)
Property.
[Non Standard]
The lineNumber property contains the line number in the file raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber
Property. [Non Standard] The lineNumber property contains the line number in the file raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber`
(set-message! this val)
Property.
The message property is a human-readable description of the error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message
Property. The message property is a human-readable description of the error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message`
(set-name! this val)
Property.
The name property represents a name for the type of error. The value is "Error".
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name
Property. The name property represents a name for the type of error. The value is \"Error\". See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name`
(set-prototype! this val)
Property.
The URIError.prototype property represents the prototype for
js.URIError
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype
Property. The URIError.prototype property represents the prototype for `js.URIError` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/URIError/prototype`
(set-stack! this val)
Property.
[Non Standard]
The non-standard stack property of js.Error
objects offer a
of which functions were called, in what order, from which line
file, and with what arguments. The stack string proceeds from
most recent calls to earlier ones, leading back to the original
scope call.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack
Property. [Non Standard] The non-standard stack property of `js.Error` objects offer a of which functions were called, in what order, from which line file, and with what arguments. The stack string proceeds from most recent calls to earlier ones, leading back to the original scope call. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack`
(stack this)
Property.
[Non Standard]
The non-standard stack property of js.Error
objects offer a
of which functions were called, in what order, from which line
file, and with what arguments. The stack string proceeds from
most recent calls to earlier ones, leading back to the original
scope call.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack
Property. [Non Standard] The non-standard stack property of `js.Error` objects offer a of which functions were called, in what order, from which line file, and with what arguments. The stack string proceeds from most recent calls to earlier ones, leading back to the original scope call. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack`
(to-source this)
Method.
[Non Standard]
The toSource() method returns code that could eval to the same
e.toSource()
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toSource
Method. [Non Standard] The toSource() method returns code that could eval to the same `e.toSource()` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toSource`
(to-string this)
Method.
The toString() method returns a string representing the specified object.
e.toString()
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toString
Method. The toString() method returns a string representing the specified object. `e.toString()` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toString`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close