OfflineResourceSynchronizedEventArgsErrorResponse Property |
If the status code was an error, then the contents of the response as a string. If the status was a success, ErrorResponse is null.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string ErrorResponse { get; set; }
Public Property ErrorResponse As String
Get
Set
public:
property String^ ErrorResponse {
String^ get ();
void set (String^ value);
}
member ErrorResponse : string with get, set
Property Value
Type:
String
See Also