Jigsaw-Code / outline-apps

Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet.
https://getoutline.org/
Apache License 2.0
8.2k stars 1.34k forks source link

feat(client): add details to custom error #1977

Closed daniellacosse closed 1 month ago

daniellacosse commented 1 month ago

This will allow providers to send:

{
  "error": {
    "message": "There was an error.",
    "details": "<Detailed information about the error, displayed in an alert box.>"
  }
}
Screenshot 2024-05-03 at 4 10 36 PM