Is there a library that contains ProblemDetails, without adding ASP.NET SDK? #65753
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Yes. You can use the If you only need the data structure for error responses (for example in mobile apps, WebAssembly, or shared libraries), referencing Another option is to implement your own lightweight |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What if I need it for non-web scenarios, like mobile applications or WebAssembly?
Beta Was this translation helpful? Give feedback.
All reactions