Node Errors =========== When an api function uses a node (e.g. to get information about a file), the communication with the node may fail. This will generate any of the following error codes. :: node_offline connection_error timeout int_server_err .. topic:: node_offline The used node is not connected at the websocket server. .. topic:: connection_error The api server does not have a connection to the websocket server. .. topic:: timeout The node did not reply to the request. .. topic:: int_server_error Something unexpected went wrong.