You are here

public function WSDecoderBase::getError in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSDecoderBase.php \Drupal\wsdata\Plugin\WSDecoderBase::getError()

Retrieve error message, if any.

Overrides WSDecoderInterface::getError

File

src/Plugin/WSDecoderBase.php, line 66

Class

WSDecoderBase
Base class for Wsdecoder plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public function getError() {
  return $this->error;
}