Schema:EventloggingError

PHP logging

EventLogging::logEvent( 'EventloggingError', 12401412, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"EventloggingError": 12401412
			}
		}
	}
}

JavaScript logging

mw.track( 'event.EventloggingError', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
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."