microsoft / VerifiableCredentials-Verification-SDK-Typescript

An SDK to help Relying Parties manages their Decentralized Identities and Verifiable Credentials.
MIT License
53 stars 14 forks source link

Add errorcode to ClaimToken #116

Closed beejones closed 3 years ago

beejones commented 3 years ago

Problem: Exceptions should have a unique code so callers can depend on them

Solution: Add ValidationError with a unique code

Validation: New unit tests

Type of change:

Risk: