Skip to main content

ErrorEvent

Error event emitted for a strategy/position.

FieldTypeRequiredNullableDefaultDescription
EventIdUUIDNoNoStable unique identifier for this event instance.
EventSeqIdintNoNoServer-assigned event sequence id used for ordering and replay/history APIs.
EventTimedatetimeYesNoUTC timestamp when the event occurred on the server.
StateErrorStateYesNoError state transition.
ErrorIdUUIDYesNoStable unique identifier for this error instance.
StrategyIdintNoYesLive strategy id associated with the error (if applicable).
StrategyNamestrNoYesStrategy name associated with the error (if applicable).
PositionIdintNoYesLive position id associated with the error (if applicable).
PositionNamestrNoYesPosition name associated with the error (if applicable).
BrokerAccountIdstrNoYesBroker account id associated with the error (if applicable).
MessagestrNoYesHuman-readable error message (if available).
ConditionTypeConditionTypeNoYesCondition type associated with the error (if applicable).
StatementstrNoYesExpression/statement associated with the error (if applicable).