await processErrors()

in src/services/rest/processResponse.ts [11:16]


  await processErrors(response)

  return response.json()
}

export async function processTextResponse(response: Response): Promise<string> {