From c9b96b4436de8e1f5d2b64818c2e3b60969da5aa Mon Sep 17 00:00:00 2001
From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com>
Date: Tue, 4 Jun 2024 14:54:55 -0400
Subject: [PATCH] Apply suggestions from code review
Co-authored-by: Ted Thibodeau Jr Error Handling
when identifying technical friction impacting interoperability.
- Implementers should try to handle all server errors in the best of their capabilities. - Endpoints should avoid returning improperly handled 500 errors in a production - environment leading to potential [information disclosure](https://owasp.org/www-community/Improper_Error_Handling). + Implementers should handle all server errors to the best of their capabilities. + Endpoints should avoid returning improperly handled 500 errors in production + environments, as these may lead to [information disclosure](https://owasp.org/www-community/Improper_Error_Handling).
- While performing [verification](https://w3c.github.io/vc-data-model/#verification), - an implementer should avoid raising errors and instead gather + An implementer should avoid raising errors while performing + [verification](https://w3c.github.io/vc-data-model/#verification), + and instead should gather [ProblemDetails](https://w3c.github.io/vc-data-model/#problem-details) objects to include in the verification results.
-