neutron_lib.exceptions.metering module¶
- exception neutron_lib.exceptions.metering.DuplicateMeteringRuleInPost(**kwargs)¶
基类:
InUse- message = 'POST 请求中存在重复的计量规则。'¶
- exception neutron_lib.exceptions.metering.MeteringLabelNotFound(**kwargs)¶
基类:
NotFound- message = "计量标签 '%(label_id)s' 不存在。"¶