neutron_lib.objects.exceptions.NeutronDbObjectDuplicateEntry(object_class, db_exception)¶Bases: neutron_lib.exceptions.Conflict
message = u'Failed to create a duplicate %(object_type)s: for attribute(s) %(attributes)s with value(s) %(values)s'¶neutron_lib.objects.exceptions.NeutronDbObjectNotFoundByModel(**kwargs)¶Bases: neutron_lib.exceptions.NotFound
message = u'NeutronDbObject not found by model %(model)s.'¶neutron_lib.objects.exceptions.NeutronObjectUpdateForbidden(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message = u'Unable to update the following object fields: %(fields)s'¶neutron_lib.objects.exceptions.NeutronPrimaryKeyMissing(object_class, missing_keys)¶Bases: neutron_lib.exceptions.BadRequest
message = u'For class %(object_type)s missing primary keys: %(missing_keys)s'¶neutron_lib.objects.exceptions.NeutronRangeConstrainedIntegerInvalidLimit(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message = u'Incorrect range limits specified: start = %(start)s, end = %(end)s'¶neutron_lib.objects.exceptions.NeutronSyntheticFieldMultipleForeignKeys(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message = u"Synthetic field %(field)s shouldn't have more than one foreign key"¶neutron_lib.objects.exceptions.NeutronSyntheticFieldsForeignKeysNotFound(**kwargs)¶Bases: neutron_lib.exceptions.NeutronException
message = u'%(child)s does not define a foreign key for %(parent)s'¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.