weaver.warning

Warnings emitted during the weaver flow.

Module Contents

exception weaver.warning.WeaverWarning[source]

Base class of Warning defined by weaver package.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.UndefinedContainerWarning[source]

Warn when settings or the registry could not be resolved from an explicit container reference.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.TimeZoneInfoAlreadySetWarning[source]

Warn when trying to obtain a localized time with already defined time-zone info.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.DisabledSSLCertificateVerificationWarning[source]

Warn when an option to disable SSL certificate verification is employed for some operations.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.UnsupportedOperationWarning[source]

Warn about an operation not yet implemented or unsupported according to context.

Initialize self. See help(type(self)) for accurate signature.

exception weaver.warning.NonBreakingExceptionWarning[source]

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.

exception weaver.warning.MissingParameterWarning[source]

Warn about an expected but missing parameter.

Initialize self. See help(type(self)) for accurate signature.