You are here

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\Job

Code

public function getExceptions() : array {
  return $this->exceptions;
}