Viewing File: /opt/imunify360/venv/lib/python3.11/site-packages/pyasn1/__pycache__/error.cpython-311.pyc



]jGddeZGddeZGddeZGddeZGdd	eZGd
deeZGdd
eeZ	Gddee
ZdS)c.eZdZdZdZedZdS)PyAsn1ErroraBBase pyasn1 exception

    `PyAsn1Error` is the base exception class (based on
    :class:`Exception`) that represents all possible ASN.1 related
    errors.

    Parameters
    ----------
    args:
        Opaque positional parameters

    Keyword Args
    ------------
    kwargs:
        Opaque keyword parameters

    c"||_||_dSN)_args_kwargs)selfargskwargss   l/builddir/build/BUILD/imunify360-venv-2.6.3/opt/imunify360/venv/lib/python3.11/site-packages/pyasn1/error.py__init__zPyAsn1Error.__init__s
c8|jdiS)a7Return exception context

        When exception object is created, the caller can supply some opaque
        context for the upper layers to better understand the cause of the
        exception.

        Returns
        -------
        : :py:class:`dict`
            Dict holding context specific data
        context)rget)rs rrzPyAsn1Error.contexts|	2...r
N)__name__
__module____qualname____doc__rpropertyrr
rrr	sH"//X///r
rceZdZdZdS)ValueConstraintErroraASN.1 type constraints violation exception

    The `ValueConstraintError` exception indicates an ASN.1 value
    constraint violation.

    It might happen on value object instantiation (for scalar types) or on
    serialization (for constructed types).
    Nrrrrrr
rrr/sr
rceZdZdZdS)SubstrateUnderrunErrorzASN.1 data structure deserialization error

    The `SubstrateUnderrunError` exception indicates insufficient serialised
    data on input of a de-serialization codec.
    Nrrr
rrr:r
rceZdZdZdS)EndOfStreamErrorzASN.1 data structure deserialization error

    The `EndOfStreamError` exception indicates the condition of the input
    stream has been closed.
    Nrrr
rrrBrr
rceZdZdZdS)UnsupportedSubstrateErrorz2Unsupported substrate type to parse as ASN.1 data.Nrrr
rr r Js<<<<r
r ceZdZdZddZdS)PyAsn1UnicodeErrora.Unicode text processing error

    The `PyAsn1UnicodeError` exception is a base class for errors relating to
    unicode text de/serialization.

    Apart from inheriting from :class:`PyAsn1Error`, it also inherits from
    :class:`UnicodeError` to help the caller catching unicode-related errors.
    Nct|trtj|g|jRt||dSr)
isinstanceUnicodeErrorrr	r)rmessage
unicode_errors   rrzPyAsn1UnicodeError.__init__WsLm\22	=!$<);<<<<T7+++++r
r)rrrrrrr
rr"r"Ns2,,,,,,r
r"ceZdZdZdS)PyAsn1UnicodeDecodeErrora/Unicode text decoding error

    The `PyAsn1UnicodeDecodeError` exception represents a failure to
    deserialize unicode text.

    Apart from inheriting from :class:`PyAsn1UnicodeError`, it also inherits
    from :class:`UnicodeDecodeError` to help the caller catching unicode-related
    errors.
    Nrrr
rr)r)]r
r)ceZdZdZdS)PyAsn1UnicodeEncodeErrora-Unicode text encoding error

    The `PyAsn1UnicodeEncodeError` exception represents a failure to
    serialize unicode text.

    Apart from inheriting from :class:`PyAsn1UnicodeError`, it also inherits
    from :class:`UnicodeEncodeError` to help the caller catching
    unicode-related errors.
    Nrrr
rr,r,ir*r
r,N)	Exceptionrrrrr r%r"UnicodeDecodeErrorr)UnicodeEncodeErrorr,rr
r<module>r0sk#/#/#/#/#/)#/#/#/L;[-========,,,,,l,,,					13E								13E					r
Back to Directory File Manager