You are here

public function VclHandler::getErrors in Fastly 8.3

Fetches logged errors.

Return value

array Logged errors.

1 call to VclHandler::getErrors()
VclHandler::execute in src/VclHandler.php
Main execute function.

File

src/VclHandler.php, line 1040

Class

VclHandler
Class to control the VCL handling.

Namespace

Drupal\fastly

Code

public function getErrors() {
  return $this->errors;
}