Schema for all the RPC errors from the shell
const response = await fetch('https://xtz.nownodes.io/errors', { method: 'GET', headers: {}, }); const data = await response.json();