|
@@ -46,6 +46,7 @@ var (
|
|
ErrOverlapPool = types.ForbiddenErrorf("Address pool overlaps with existing pool on this address space")
|
|
ErrOverlapPool = types.ForbiddenErrorf("Address pool overlaps with existing pool on this address space")
|
|
ErrNoAvailablePool = types.NoServiceErrorf("No available pool")
|
|
ErrNoAvailablePool = types.NoServiceErrorf("No available pool")
|
|
ErrNoAvailableIPs = types.NoServiceErrorf("No available addresses on this pool")
|
|
ErrNoAvailableIPs = types.NoServiceErrorf("No available addresses on this pool")
|
|
|
|
+ ErrNoIPReturned = types.NoServiceErrorf("No address returned")
|
|
ErrIPAlreadyAllocated = types.ForbiddenErrorf("Address already in use")
|
|
ErrIPAlreadyAllocated = types.ForbiddenErrorf("Address already in use")
|
|
ErrIPOutOfRange = types.BadRequestErrorf("Requested address is out of range")
|
|
ErrIPOutOfRange = types.BadRequestErrorf("Requested address is out of range")
|
|
ErrPoolOverlap = types.ForbiddenErrorf("Pool overlaps with other one on this address space")
|
|
ErrPoolOverlap = types.ForbiddenErrorf("Pool overlaps with other one on this address space")
|