S03039

Error Code

S03039

Error Message

Failed to serialize events due to incompatible event fields. Expected: <xxx>. Actual: <xxx>. RefId: S03039

Probable Causes

This error occurs when the number of fields in the event passed does not match the the number of eventField defined in the eventSchema of StreamEventSerializer.

Solutions

Check whether the event type passed matches the eventSchema defined in the StreamEventSerializer.