Skip to main content

Test results

How to inspect and understand your test results

TO-DO: plain English overview of results, maybe in the form of a simple checklist?

Common errors and their meaning

Error codeDescriptionWhat it might mean
400DID Syntax Invalid: DID must start with [did:]Check your input and the provided examples to ensure it's a DID.
404DID or DID URL not foundFor did:web specifically, this usually suggests that the /.well-known/did.json file is not available.
501DID method not supportedDTT is not currently configured to have access to a driver for this DID method, or a driver hasn’t been implemented yet.

How to save and share your test results

FUTURE: intro to Allure report framework