You are here

29 calls to services_error() in Services 6.3

RESTServer::fileRecieve in servers/rest_server/includes/RESTServer.inc
RESTServer::getControllerArguments in servers/rest_server/includes/RESTServer.inc
Parses controller arguments from request
RESTServer::handle in servers/rest_server/includes/RESTServer.inc
Handles the call to the REST server
RESTServer::parseRequest in servers/rest_server/includes/RESTServer.inc
services_controller_execute in ./services.runtime.inc
Performs access checks and executes a services controller. This method is called by server implementations.
services_resource_build_index_query in ./services.module
Helper function to build index queries.
taxonomy_service_get_tree in resources/taxonomy_resource.inc
Services interface to taxonomy_get_tree().
taxonomy_service_select_nodes in resources/taxonomy_resource.inc
Services interface to taxonomy_select_nodes().
xmlrpc_server_call_wrapper in servers/xmlrpc_server/xmlrpc_server.module
Pass XMLRPC server requests to the appropriate services method.
_comment_resource_access in resources/comment_resource.inc
Access check callback for comment controllers.
_comment_resource_create in resources/comment_resource.inc
Adds a new comment to a node and returns the cid.
_comment_resource_delete in resources/comment_resource.inc
Delete a comment.
_comment_resource_update in resources/comment_resource.inc
Updates a comment and returns the cid.
_file_resource_create in resources/file_resource.inc
Adds a new file and returns the fid.
_file_resource_load_node_files in resources/file_resource.inc
Generates an array of base64 encoded files attached to a node.
_file_resource_retrieve in resources/file_resource.inc
Get a given file
_node_resource_access in resources/node_resource.inc
Determine whether the current user can access a node resource.
_node_resource_create in resources/node_resource.inc
Creates a new node based on submitted values.
_node_resource_load_node_files in resources/node_resource.inc
Generates an array of base64 encoded files attached to a node
_node_resource_retrieve in resources/node_resource.inc
Returns the results of a node_load() for the specified node.
_node_resource_update in resources/node_resource.inc
Updates a new node based on submitted values.
_node_resource_validate_type in resources/node_resource.inc
_user_resource_access in resources/user_resource.inc
Access check callback for user resource.
_user_resource_create in resources/user_resource.inc
Create a new user.
_user_resource_delete in resources/user_resource.inc
Delete a user.
_user_resource_login in resources/user_resource.inc
Login a user using the specified credentials.
_user_resource_logout in resources/user_resource.inc
Logout the current user.
_user_resource_retrieve in resources/user_resource.inc
Get user details.
_user_resource_update in resources/user_resource.inc
Update an existing user.