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
node_offline
The used node is not connected at the websocket server.
connection_error
The api server does not have a connection to the websocket server.
timeout
The node did not reply to the request.
int_server_error
Something unexpected went wrong.