Skip to content

ProtocolError

Protocol Level Errors used for received messages that are maleformed

swift
enum ProtocolError

Enumeration Cases

maleformedReply

swift
case maleformedReply

Received message was maleformed and could not be parsed

noAddressInSuccessfullReply

swift
case noAddressInSuccessfullReply

Required Address in Reply Payload is missing

Default Implementations

Equatable-Implementations

Error-Implementations