NotPossibleToResolveDID

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.

See also

Constructors

Link copied to clipboard
constructor(did: String, reason: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?