public function Job::getExceptions in Apigee Edge 8
Gets all stored exception data.
Return value
array Array of the stored exceptions.
File
- src/
Job/ Job.php, line 213
Class
- Job
- Defines the Job class.
Namespace
Drupal\apigee_edge\JobCode
public function getExceptions() : array {
return $this->exceptions;
}