This exception will be thrown when event uploading is failed.
See Also: Inherited members from SystemException.
[read-only] | Body | string . Gets the body string. |
[read-only] | ErrorEvents | IList<KiiEvent> . Gets the list of events which has some errors. |
[read-only] | Status | int . Gets the status code. |
Gets the body string.Syntax
public string Body { get; }Value
The body string.Remarks
Requirements
Namespace: KiiCorp.Cloud.Analytics
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the list of events which has some errors.Syntax
public IList<KiiEvent> ErrorEvents { get; }Value
The list of events.Remarks
This property must not be null.Requirements
Namespace: KiiCorp.Cloud.Analytics
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the status code.Syntax
public int Status { get; }Value
The status code.Remarks
Requirements
Namespace: KiiCorp.Cloud.Analytics
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0