TenantErrorType

Type:
TenantErrorType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
The tenant view of the error, when the containing error is an administrator view of the error.
Since:
5.7
Schema:
common.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<TenantErrorType xmlns="http://www.vmware.com/vcloud/v1.5" message="xs:string" majorErrorCode="xs:int" minorErrorCode="xs:string" vendorSpecificErrorCode="xs:string"/>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
message string Yes none 5.7 An one line, human-readable message describing the error that occurred.
majorErrorCode int Yes none 5.7 The class of the error. Matches the HTTP status code.
minorErrorCode string Yes none 5.7 Resource-specific error code.
vendorSpecificErrorCode string No none 5.7 A vendor- or implementation-specific error code that can reference specific modules or source lines for diagnostic purposes.

Elements

Element Type Required Modifiable Since Deprecated Description
VCloudExtension VCloudExtensionType No always 5.7 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.