Enum ObjectPlacementErrorCode
Represents the failure reason for an object placement request.
public enum ObjectPlacementErrorCode
Fields
InternalError = 7An unexpected internal error prevented the request from completing.
InvalidAnchor = 5The request could not be completed because the target anchor was invalid.
InvalidObjectDefId = 1The requested object definition identifier is invalid.
MissingSupport = 4The target footprint does not have the required support.
None = 0No error occurred.
ObjectNotFound = 6The requested object instance could not be found.
Occupied = 2The target footprint is already occupied.
OutOfBounds = 8The requested footprint extends outside the world's optional vertical bounds.
ValidationFailed = 3General validation failed.