5#include "pxcrypt/pxcrypt_codec_export.h"
8#include <qx/core/qx-abstracterror.h>
13class PXCRYPT_CODEC_EXPORT QX_ERROR_TYPE(
DecodeError,
"PxCrypt::DecoderError", 6878)
23 DimensionMismatch = 3,
34 static inline const QString PRIMARY_STRING = u
"Decoding failed."_s;
50 quint32 deriveValue()
const override;
51 QString derivePrimary()
const override;
52 QString deriveSecondary()
const override;
54 template<
typename... Args>
58 a.mString = a.mString.
arg(&args...);
The DecodeError class is used to report errors during image decoding.
Definition decode_error.h:14
Type
Definition decode_error.h:19
The Decoder class provides the means to skim and decrypt data from the color channels of an encoded i...
Definition decoder.h:17
The PxCrypt namespace is the main namespace through which all functionality of the PxCrypt library is...
Definition decode_error.cpp:5
QString arg(Args &&... args) const const