Console Reference: c3QErrorsClear
c3QErrorsClear clears all error entries in a specified queue. A queue holds a list of jobs (asynchronous processes) executed in your application environment. To learn more about queues, see Overview of Invalidation Queues and Asynchronous Process and Monitor and Manage Queues.
Parameters
| Name | Required | Type | Description |
|---|---|---|---|
queue | ✓ | Type | The queue to be cleared. |
The value of the queue parameter must be an InvalidationQueue Type, or c3QErrorsClear will throw an error.
Example
Clear all errors in a queue instance:
JavaScript
c3QErrorsClear(BatchQueue);