err_new()
instantiates a newerr
node.err_type()
checks if the node is aerr
node.err_<child>_get()
returns the<child>
node oferr
.err_<child>_set()
sets the new<child>
and deletes the old<child>
.err_<child>_rep()
sets the new<child>
and returns the old<child>
.