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.
Signature
Section titled “Signature”fingerprintMismatchMessage(pinned: string, actual: string): string
Parameters
Section titled “Parameters”| Parameter | Type | Stability | Presence | Description |
|---|---|---|---|---|
pinned |
string |
required | ||
actual |
string |
required |
Returns
Section titled “Returns”string
Source
clients/sdk-ts/src/fingerprint.ts:27
{ "kind": "Function", "canonicalPath": "fingerprintMismatchMessage"}