Exception: CloudEvents::UnsupportedFormatError

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 a CloudEvent, but was encoded in a format that is not supported. Some protocol bindings can be configured to return a Event::Opaque object instead of raising this error.