oslo_db.warning
Module¶Custom warnings.
oslo_db.warning.
NotSupportedWarning
¶Bases: exceptions.Warning
Warn that an argument or call that was passed is not supported.
This subclasses Warning so that it can be filtered as a distinct category.
oslo_db.warning.
OsloDBDeprecationWarning
¶Bases: exceptions.DeprecationWarning
Issued per usage of a deprecated API.
This subclasses DeprecationWarning so that it can be filtered as a distinct category.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.