/// An error that occurs when attempting to move a node to an invalid location
/// An error that occurs when attempting to insert a node in an invalid location
/// An error that occurs when attempting to remove the root node from a [MapTree](super::MapTree)
;