# Functions
CreateInvalidFieldError creates an error for an invalid field.
CreateMissingFieldError creates an error for a missing field.
ErrorResponse returns an error of type PublishEventResponses with the given status and error.
ErrorResponseBadRequest returns an error of type PublishEventResponses with BadRequest status code.
ErrorResponseMissingFieldData returns an error of type PublishEventResponses for missing Data field.
ErrorResponseMissingFieldEventTime returns an error of type PublishEventResponses for missing EventTime field.
ErrorResponseMissingFieldEventType returns an error of type PublishEventResponses for missing EventType field.
ErrorResponseMissingFieldEventTypeVersion returns an error of type PublishEventResponses for missing EventTypeVersion field.
ErrorResponseRequestBodyTooLarge returns an error of type PublishEventResponses with BadRequest status code.
ErrorResponseWrongEventID returns an error of type PublishEventResponses for wrong EventID field.
ErrorResponseWrongEventTime returns an error of type PublishEventResponses for wrong EventTime field.
ErrorResponseWrongEventTypeVersion returns an error of type PublishEventResponses for wrong EventTypeVersion field.
No description provided by the author
ParseApplicationNameFromPath returns application name from the URL.
WriteJSONResponse writes a JSON response.
# Constants
Allowed patterns for the Event components.
Allowed patterns for the Event components.
Error messages.
Error messages.
Error messages.
Error messages.
Error type definitions.
Error type definitions.
Error type definitions.
Error type definitions.
Error type definitions.
Field definitions.
Field definitions.
Field definitions.
Field definitions.
Field definitions.
# Structs
An HTTPErrorResponse represents an error with a status code and an error message.
No description provided by the author
# Interfaces
No description provided by the author