Provide additional information on CDSI errors

This commit is contained in:
Alex Konradi
2024-10-22 13:57:50 -04:00
committed by GitHub
parent c91f615468
commit 01102bbab1
14 changed files with 207 additions and 65 deletions

View File

@@ -470,7 +470,12 @@ describe('cdsi lookup', () => {
[
'Protocol',
ErrorCode.IoError,
'protocol error after establishing a connection',
'protocol error after establishing a connection: failed to decode frame as protobuf',
],
[
'CdsiProtocol',
ErrorCode.IoError,
'CDS protocol: no token found in response',
],
[
'AttestationDataError',