Package web5.sdk.dids
Class ResolutionMetadata
-
- All Implemented Interfaces:
public final class ResolutionMetadataMetadata about the DID resolution process.
ResolutionMetadataholds information about the resolution process, including any errors encountered while resolving the DID.
-
-
Field Summary
Fields Modifier and Type Field Description private final ResolutionMetadataErrorerror
-
Constructor Summary
Constructors Constructor Description ResolutionMetadata(ResolutionMetadataError error)
-
Method Summary
Modifier and Type Method Description final ResolutionMetadataErrorgetError()The error that occurred during resolution, if applicable (optional). -
-
Constructor Detail
-
ResolutionMetadata
ResolutionMetadata(ResolutionMetadataError error)
-
-
Method Detail
-
getError
final ResolutionMetadataError getError()
The error that occurred during resolution, if applicable (optional).
-
-
-
-