.. _bokeh.core.validation:

bokeh.core.validation
---------------------

.. automodule:: bokeh.core.validation

.. _bokeh.core.validation.errors:

Error Codes
~~~~~~~~~~~

.. automodule:: bokeh.core.validation.errors
   :members:
   :undoc-members:

.. _bokeh.core.validation.warnings:

Warning Codes
~~~~~~~~~~~~~

.. automodule:: bokeh.core.validation.warnings
   :members:
   :undoc-members:

.. _bokeh.core.validation.helpers:

Helper Functions
~~~~~~~~~~~~~~~~

These helper functions can be used to perform integrity checks on collections
of Bokeh models, or mark methods on Models as warning or error checks.

.. autofunction:: bokeh.core.validation.check.check_integrity

.. autofunction:: bokeh.core.validation.decorators.error

.. autofunction:: bokeh.core.validation.decorators.warning

.. |bokeh.models| replace:: :ref:`bokeh.plotting <bokeh.plotting>`
.. |bokeh.plotting| replace:: :ref:`bokeh.plotting <bokeh.plotting>`

.. |ColumnDataSource| replace:: :class:`~bokeh.models.sources.ColumnDataSource`
.. |GlyphRenderer| replace:: :class:`~bokeh.models.renderers.GlyphRenderer`
.. |Plot| replace:: :class:`~bokeh.models.plots.Plot`
.. |Scale| replace:: :class:`~bokeh.models.scales.Scale`
