class CloudEvents::UnsupportedFormatError
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 {CloudEvents::Event::Opaque} object instead of raising this error.