Thrown when the gateway rejects a data point write with HTTP 409 because the signed expectedVersion is stale.
expectedVersion
currentExpectedVersion is the version the gateway currently holds (when the gateway surfaced it); re-sign against currentExpectedVersion + 1.
currentExpectedVersion
currentExpectedVersion + 1
Thrown when the gateway rejects a data point write with HTTP 409 because the signed
expectedVersionis stale.Remarks
currentExpectedVersionis the version the gateway currently holds (when the gateway surfaced it); re-sign againstcurrentExpectedVersion + 1.