public function WSDecoderBase::getError in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 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\PluginCode
public function getError() {
return $this->error;
}