public function WSDecoderInterface::getError in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Plugin/WSDecoderInterface.php \Drupal\wsdata\Plugin\WSDecoderInterface::getError()
Returns the error from the last parse the decoder ran.
1 method overrides WSDecoderInterface::getError()
- WSDecoderBase::getError in src/
Plugin/ WSDecoderBase.php - Retrieve error message, if any.
File
- src/
Plugin/ WSDecoderInterface.php, line 20
Class
- WSDecoderInterface
- Defines an interface for Wsdecoder plugin plugins.
Namespace
Drupal\wsdata\PluginCode
public function getError();