MessageType
Common framework message information parsed from headers
Inheritors
Types
Link copied to clipboard
Corresponds to the error
message type. Errors are like exceptions, but they are un-modeled and have a fixed set of fields:
Link copied to clipboard
Corresponds to the event
message type. All events include the headers:
Link copied to clipboard
Corresponds to the exception
message type. NOTE: Exceptions are mapped directly to the payload. There is no way to map event headers for exceptions.
Link copied to clipboard
Catch all for unknown message types outside of event
, exception
, or error