{{#if this.isNoLeader}}
No Cluster Leader
The cluster has no leader. Read about Outage Recovery.
{{else if this.is500}}
Server Error
A server error prevented data from being sent to the client.
{{else if this.is404}}
Not Found
What you're looking for couldn't be found. It either doesn't exist or you are not authorized to see it.
{{else if this.is403}}
Not Authorized
{{#if this.token.secret}}
Your ACL token does not provide the required permissions. Contact your administrator if this is an error.
{{else}}
Provide an ACL token with requisite permissions to view this.
{{/if}}
{{else}}
Error
Something went wrong.
{{/if}}
{{#if (eq this.config.environment "development")}}
{{this.errorStr}}
{{/if}}