Reason:
You attempted to detach a node using detach_node() but did not specify the name of the node to be detached.
Resolution:
Ensure you specify a node name.
Tips:
- Did you specify null or an empty string for the node name?
- Search for the detach_node() function for get details about how to use the function.
Comments
Article is closed for comments.