Skip to content

PayloadDecodingError

Describing Errors that occure during decoding of Message Payloads

swift
enum PayloadDecodingError

Enumeration Cases

dataSizeDoesNotFit

swift
case dataSizeDoesNotFit

Missmatch between actual size and given size

memoryError

swift
case memoryError

Data could be parsed

unknownPropType

swift
case unknownPropType

Property type is unkown

Default Implementations

Equatable-Implementations

Error-Implementations