.. index:: 
  !DocumentException

.. _id3_document_document_exception:

===============================================================================
DocumentException Exception
===============================================================================

Namespace: :ref:`id3.Document<reference_document>`

Definition
----------

.. line-block::
    This class represents errors that can occur during document library execution.

.. tab-set::

    .. tab-item:: Python
      :sync: Python

      .. code:: Python

        class DocumentException(Exception)

    .. tab-item:: Dart
      :sync: Dart

      .. code:: Dart

        class DocumentException implements Exception

    .. tab-item:: C#
      :sync: C#

      .. code:: C#

        public class DocumentException : Exception

    .. tab-item:: Java
      :sync: Java

      .. code:: Java

        public class DocumentException extends RuntimeException

    .. tab-item:: Swift
      :sync: Swift

      .. code:: Swift

        public class DocumentException: Error


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 30 5 65
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - errorCode
    - int
    - Gets the error code classifying this exception.
