Determines the type of a single take by id operation result.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
[SerializableAttribute] public enum ResultType
<SerializableAttribute> _ Public Enumeration ResultType
[SerializableAttribute] public enum class ResultType
/** @attribute SerializableAttribute */ public enum ResultType
Members
Member | Description |
---|---|
Object |
Operation succeeded - result is the object matching the corresponding id.
|
Error |
Operation failed - result is the exception that caused the failure.
|
NotFound |
Operation succeeded - there is no object matching the corresponding id.
|