Class: AssertionError

ol/AssertionError~AssertionError


Error object thrown when an assertion failed. This is an ECMA-262 Error, extended with a code property. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error.

Extends

  • Error

Members

code{number}

Error code. The meaning of the code can be found on https://openlayers.org/en/latest/doc/errors/ (replace latest with the version found in the OpenLayers script's header comment if a version other than the latest is used).

Deprecated
  • ol/AssertionError and error codes will be removed in v8.0