Enumeration MessageContentFailure

Description

Enum for all types of errors for message content reading/decrypting/unpacking

Enumeration Members

DOUBLED_PARTS: 2

Some parts occured more than once

NON_DECRYPTABLE: 3

Decryption of the message content was unsuccessful

NON_INTEGRITY_PARTS: 1

Some parts were not found

NOT_ALL_PARTS: 0

Not all parts of the message content were retrieved

TIMING_FAILURE: 4

Some parts of the message content were uploaded with a huge lag which may violate message's integrity

Generated using TypeDoc