Report Problem for Cloud-Agent Scenarios #91
mineme0110
started this conversation in
General
Replies: 2 comments
-
I'd like to engage you all in a discussion about the scenarios and behaviors we've outlined for the Report Problem protocol. The current list is quite comprehensive, covering scenarios from unsupported protocol messages to internal error management and beyond Therefore, I encourage you to weigh in:
Your input will help us make these more robust |
Beta Was this translation helpful? Give feedback.
0 replies
-
is the idea that the agent replies to the origin party with the error report or to just log it internally? or perhaps forwarding the error to the cloud agent controller wallet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Report Problem protocol is defined in the DIDComm Messaging Spec. This protocol describes sending a problem report to another party
When processing any step of any protocol, if something is wrong, the cloud agent tries to:
Log the error in the service logs
Send the problem report message when appropriate
https://identity.foundation/didcomm-messaging/spec/#problem-reports
Custom behavior table
This table defines the expected behavior of the cloud agent in different scenarios not covered by the specifications.
e.p.msg.unsupported
e.p.msg.unsupported
e.p.error
e.p.crypto
e.p.did
e.p.did.malformed
e.p.msg.<PIURI>
if the plaintext message is malformed or if parsing into a specific protocol's data model fails.e.p.msg.invalid-credential-request
e.p.msg.invalid-credential-request
e.p.msg.credential-request-from-expired-invitation
e.p.msg.unsupoorted_credential_format
e.p.msg.offer-credential
e.p.msg.disclosure-not-possible
e.p.msg.presentation-not-possible
e.p.msg.verification-failed-request
e.p.msg.presentation-from-expired-credential
e.p.msg.presentation-request-from-expired-invitation
e.p.msg.invalid_credential_presentation
Beta Was this translation helpful? Give feedback.
All reactions