Skip to content

Commit

Permalink
rephrased the sentence
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Oct 10, 2023
1 parent 04953d1 commit b26e46e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Mediator-Error_Handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ This table defines the expected the behavior of the mediator in different scenar

### Considerations

In the Atala PRISM Mediator when a problem happens we try to:
- logs the error
- send a problem report according to the table above
- store the problem report and error info on the BD.

All three points SHOULD be traceable to the initial call (by a call ID) and by the MsgID (hash SHA251 of the encrypted message).
This will facilitate L3 support and debugging. (For [ATL-4147](https://input-output.atlassian.net/browse/ATL-4147))
In the Atala PRISM Mediator, when an issue arises, we undertake the following steps:
* Log the error.
* Dispatch a problem report as outlined in the aforementioned table.
* Record the problem report and error information in the database.
Every one of these steps should be traceable back to the initial call via a XRequestID,
and by the MsgID (which is the SHA-251 hash of the encrypted message).
This procedure will enhance Level 3 support and debugging capabilities. (For [ATL-4147](https://input-output.atlassian.net/browse/ATL-4147))

[TODO optional] Would be nice to propose a list/table of new tokens to the protocol specs:
- `e.p.me.res.storage`
Expand Down

0 comments on commit b26e46e

Please sign in to comment.