Error Codes
Error codes returned by the cloud agent
The cloud agent returns informative errors codes where possible, resorting to a generic message for all other cases.
Error codes
Code | Description |
---|---|
| Returned by any |
| Returned when a string-encoded JSON input argument cannot be successfully decoded to valid JSON. |
| Returned when attempting to create a resource (e.g. an |
| Returned when the cloud agent fails to write an |
| Returned when attempting to fetch a resource (e.g. a |
| Returned when attempting to issue an Anoncreds credential but the specified |
| Returned when attempting to perform an operation on an exchange, but the exchange is in the state |
| Returned when attempting to accept a proof request by submitting a presentation, but the submitted presentation is lacking sufficient arguments such that the proof request is not fulfilled. e.g. missing referents |
Generic errors
As a fallback, generic errors are returned from the cloud agent in the following form, where <uuidv4>
is replaced with a random UUID v4.
Last updated