neutron_lib.exceptions.network_segment_range module¶
- exception neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeDefaultReadOnly(**kwargs)¶
Bases:
BadRequest
- message = 'Network Segment Range %(range_id)s is a default segment range which could not be updated or deleted.'¶
- exception neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeNetTypeNotSupported(**kwargs)¶
Bases:
BadRequest
- message = 'Network type %(type)s does not support network segment ranges.'¶
- exception neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeNotFound(**kwargs)¶
Bases:
NotFound
- message = 'Network Segment Range %(range_id)s could not be found.'¶