The UI should display the errors from the web3signer `/healthcheck` if any. Check the [upstream docs](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Server-Health-Status): The data type of the errors is: ```json { "status": "string", "checks": [ { "id": "string", "status": "string" } ], "outcome": "string" } ```