Skip to content
Developer Preview

fingerprintMismatchMessage

What a build-time mismatch MEANS, in the words a human needs at 2am.

A mismatch is the normal, expected consequence of the protocol schema advancing — it is NOT evidence that the SDK is broken. The remedy is to re-pin and adapt whatever actually changed. Several lanes have burned time reading a red fingerprint as an SDK defect, so the message says it plainly.

fingerprintMismatchMessage(pinned: string, actual: string): string

Parameter Type Stability Presence Description
pinned string required
actual string required

string

Source

clients/sdk-ts/src/fingerprint.ts:27

{
"kind": "Function",
"canonicalPath": "fingerprintMismatchMessage"
}