System.Object
RetrievalError
Client Declaration
public class RetrievalError
Represents the description of an error that has occurred during an object retrieval.
Elements
ErrorStackType
ErrorStack
: [response] Required element specifying the error stack.
Attributes
String
classId
: [response] Required expression specifying the symbolic name of the class of the object. String
objectId
: [response] Required (except for EntireNetwork
objects and query result rows) expression specifying the GUID
of an object. Exceptions apply for the following object types:
Realm
: The name of the realm must be specified. Group
or User
: The principal name of the group or user must be specified.String
objectStore
: [response] Required (omitted for objects that are not stored in the database repository) expression specifying the
GUID of the object store to which a specified object belongs. Boolean
serializationDuplicate
: [response] Optional expression specifying whether this ObjectReference
element has resulted from duplicate object suppression (true
) or not (false
). (Duplicate object suppression causes an ObjectReference
element to be returned in a response instead of an ObjectValue
element.) For more information about duplicate object suppression, see Duplicate Object Suppression.Attributes Specific to .NET Clients
Boolean
serializationDuplicateSpecified
: Optional expression specifying whether serializationDuplicate
has a value (true
) or not (false
).
<xsd:complexType name="RetrievalError"> <xsd:complexContent> <xsd:extension base="WithObjectIdentityType"> <xsd:sequence> <xsd:element ref="ErrorStack"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>