Not Possible To Resolve DID
class NotPossibleToResolveDID(did: String, reason: String, cause: Throwable? = null) : CastorError(source)
Represents an error that occurs when it is not possible to resolve a Decentralized Identifier (DID) due to a specific reason.
Parameters
did
The DID that could not be resolved.
reason
The reason why the DID could not be resolved.