weaver.warning ============== .. py:module:: weaver.warning .. autoapi-nested-parse:: Warnings emitted during the weaver flow. Module Contents --------------- .. py:exception:: WeaverWarning Base class of :class:`Warning` defined by :mod:`weaver` package. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: UndefinedContainerWarning Warn when settings or the registry could not be resolved from an explicit container reference. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: TimeZoneInfoAlreadySetWarning Warn when trying to obtain a localized time with already defined time-zone info. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: DisabledSSLCertificateVerificationWarning Warn when an option to disable SSL certificate verification is employed for some operations. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: UnsupportedOperationWarning Warn about an operation not yet implemented or unsupported according to context. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: NonBreakingExceptionWarning Warn about an exception that is handled (ex: caught in try/except block) but still unexpected. Initialize self. See help(type(self)) for accurate signature. .. py:exception:: MissingParameterWarning Warn about an expected but missing parameter. Initialize self. See help(type(self)) for accurate signature.