You are here

public function EntityShareServerRestAbstract::getError in Entity Share 7

Get the error of the action.

Return value

mixed The potential error.

1 call to EntityShareServerRestAbstract::getError()
EntityShareServerRestAbstract::formatResponse in modules/entity_share_server/includes/entity_share_server.rest.abstract.inc
Format the response in function of the accept header.

File

modules/entity_share_server/includes/entity_share_server.rest.abstract.inc, line 130
Class for handling Entity Share Rest Server request.

Class

EntityShareServerRestAbstract
Abstract Class to manage the EntityShare Rest server.

Code

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