mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Provide additional information on CDSI errors
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user