fetch(req, auth_header()).
      then(res => res.json()).
      then(j => {
        if (j.error !== undefined) {
          show_error(hierachy, j['error']);