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.'
exception neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeOverlaps(**kwargs)

Bases: Conflict

message = 'Network segment range overlaps with range(s) with id %(range_id)s'
exception neutron_lib.exceptions.network_segment_range.NetworkSegmentRangeReferencedByProject(**kwargs)

Bases: InUse

message = 'Network Segment Range %(range_id)s is referenced by one or more tenant networks.'