This repository was archived by the owner on Jan 3, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork2
This repository was archived by the owner on Jan 3, 2021. It is now read-only.
Incorrect Custom Error Example #1
Open
Description
https://json-api-dotnet.github.io/#/custom-errors
publicclassCustomJsonApiException:Error{publicCustomJsonApiException(intstatus,stringtitle):base(status,title){}privateconststringHELP_DOCS_URI="https://example.com/errors/";publicErrorLinkLinks=>HELP_DOCS_URI+Status;}// ...thrownewCustomJsonApiException(401,"You're not allowed to do that.");