Skip to main content

Test results

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.
406Representation not supportedDID documents can be created in different formats. This error suggests a mismatch between the type of representation requested and what is available.
410DID deactivatedThe DID was successfully resolved, but it is no longer active.
501DID method not supportedDTT is not currently configured to have access to a driver for this DID method, or a driver has not been implemented yet.