You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe we should add a invalidResolutionOptions error.
The specific case I am thinking of is when someone attempts to resolve a DID with both versionId and versionTime specified. These are intended to be mutually exclusive per the spec. Although that is currently only stated in section 12 - https://w3c.github.io/did-resolution/#versioning. Perhaps this should also be added to the definitions of these options.
As DID methods define and use other options this error could also apply.
The text was updated successfully, but these errors were encountered:
I believe we should add a
invalidResolutionOptions
error.The specific case I am thinking of is when someone attempts to resolve a DID with both
versionId
andversionTime
specified. These are intended to be mutually exclusive per the spec. Although that is currently only stated in section 12 - https://w3c.github.io/did-resolution/#versioning. Perhaps this should also be added to the definitions of these options.As DID methods define and use other options this error could also apply.
The text was updated successfully, but these errors were encountered: