PreCacheSessionResponse
The PreCacheSessionResponse object contains the result (PreCacheSessionResult object). In this implementation, the response message is the CacheSessionResult object.
| Parameter | Type | Description |
|---|---|---|
| PreCacheSessionResult | CacheSessionResult | The result, or response, object for the PreCacheSession operation. |
CacheSessionResult
The CacheSessionResult object contains information that describes the status of the CacheSessionResult image. The object includes a RequestStatus object and an array containing document packet details.
| Parameter | Type | Description |
|---|---|---|
| DocumentsCached | double | An object containing a list of the cached documents. |
| Error | string | Details about an error that occurred. Null if no error occurred. |
| ErrorId | string | An error instance ID to identify and trouble shoot the error with the doc viewer system |