[][src]Type Definition xaynet::message::DecodeError

type DecodeError = Error;

An error that signals a failure when trying to decrypt and parse a message.

This is kept generic on purpose to not reveal to the sender what specifically failed during decryption or parsing.