VsanRelayoutObjectsErrorCode_enum
VsanRelayoutObjectsErrorCode_enum
Defines the error code of RelayoutObjects.
Possible values:
outOfResources
: indicates resources are not enough.generic
: indicates all failures not covered by the errors defined above.VsanRelayoutObjectsErrorCode_Unknown
: represent the value when the lower version client cannot recognize the enum value.
This data structure has no properties.
Enumeration:
outOfResources,
generic,
VsanRelayoutObjectsErrorCode_Unknown,