Schema:EventloggingError

Revision 12401412
description"A wrapper for Eventlogging events that could not be parsed or validated. Contains the encoded event and a error message."
properties
rawEvent
type"string"
requiredtrue
description"Encoded raw event that failed to be parsed or validated."
errorMessage
type"string"
requiredtrue
description"Error message describing why the event could not be parsed or validated."