Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InvalidPayload = InvalidMessage{
Type: "invalid payload",
Resolution: "publish a valid payload",
}
View Source
var InvalidSchema = InvalidMessage{
Type: "invalid schema",
Resolution: "ensure schema is properly formatted",
}
View Source
var NoSchemaAssociated = InvalidMessage{
Type: "no schema associated",
Resolution: "associate a schema with the event",
}
View Source
var NoSchemaInBackend = InvalidMessage{
Type: "schema not published to cache backend",
Resolution: "publish schema to the cache backend",
}
View Source
var PayloadNotPresent = InvalidMessage{
Type: "payload not present",
Resolution: "publish the event with a payload",
}
View Source
var UnknownSnowplowEventType = InvalidMessage{
Type: "unknown snowplow event type",
Resolution: "event type should adhere to the snowplow tracker protocol",
}
Functions ¶
Types ¶
type InvalidMessage ¶
Click to show internal directories.
Click to hide internal directories.