Skip to content

Commit

Permalink
Add ErrorTimestamp to error result message spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Sep 16, 2021
1 parent be015a7 commit 9050772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/architecture-decisions/0007-result-message-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ MessageBody = {
```json
MessageBody = {
"ResultType": "error",
"ErrorTimestamp": "Timestamp when the error occurred. Provided to help external
service maintainers investigate the issue",
"ErrorInfo": "Information provided by the DSpace Submission Service about
where in the process the error occurred, e.g. 'Error occurred while
posting item to DSpace'",
Expand Down

0 comments on commit 9050772

Please sign in to comment.