apply_filters( 'DevOwl/RealQueue/Error/Description', $description, $type, $remaining, $failedJobs ) → {string}
Generate a human-readable description for a failed job type.
Parameters:
Name | Type | Description |
---|---|---|
$description |
string | |
$type |
string | |
$remaining |
Array.<int> | |
$failedJobs |
Array.<Job> | A list of maximum 5 items of failed Jobs |
Returns:
- Type
- string