AntiPattern
Schema Mismatch Runtime Failures
schema-mismatch-runtime-failures
Caller-side schema/state mismatches cause contract and API guards to fail—wrong msg.sender/state or malformed JSON fields (e.g., null vs timestamp object)—triggering AssertionFailed/TypeError even when logic is correct.