Documentation
¶
Index ¶
Constants ¶
View Source
const ( // SpaceAlreadyExists is returned when a space already exists. SpaceAlreadyExists = errors.ConstError("space already exists") // SpaceNotFound is returned when a space is not found. SpaceNotFound = errors.ConstError("space not found") // SubnetNotFound is returned when a subnet is not found. SubnetNotFound = errors.ConstError("subnet not found") // SpaceNameNotValid is returned when a space name is not valid. SpaceNameNotValid = errors.ConstError("space name is not valid") // AvailabilityZoneNotFound is returned when an availability zone is // not found. AvailabilityZoneNotFound = errors.ConstError("availability zone not found") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.