Exception: CloudEvents::FormatSyntaxError

Inherits:
CloudEventsError show all
Defined in:
lib/cloud_events/errors.rb

Overview

An error raised when a protocol binding was asked to decode a CloudEvent from input data, and the data appears to be intended as a CloudEvent, but has unrecoverable format or syntax errors. This error may have a cause such as a JSON::ParserError with additional information.