You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrong message size in header A message size value smaller than the actual message may cause a message to be truncated.
460
-
Wrong or unknown template ID in header A mismatch of message schema would likely render a message unintelligible or cause fields to be misinterpreted.
461
-
Fixed-length field after repeating group or variable-length field All fixed-length fields in the root of a message or in a repeating group entry must be listed before any (nested) repeating group or variable-length field.
462
-
Repeating group after variable-length field All repeating groups at the root level or in a nested repeating group must be listed before any variable length field at the same level.
| Wrong message size in header | A message size value smaller than the actual message may cause a message to be truncated. |
460
+
| Wrong or unknown template ID in header | A mismatch of message schema would likely render a message unintelligible or cause fields to be misinterpreted. |
461
+
| Fixed-length field after repeating group or variable-length field | All fixed-length fields in the root of a message or in a repeating group entry must be listed before any (nested) repeating group or variable-length field. |
462
+
| Repeating group after variable-length field | All repeating groups at the root level or in a nested repeating group must be listed before any variable length field at the same level. |
0 commit comments