Module errors

Module errors 

Source
Expand description

Error types

Structs§

InvalidEncodingError
Invalid encoding of provided Base64 string.
InvalidLengthError
Insufficient output buffer length.

Enums§

Error
Generic error, union of InvalidLengthError and InvalidEncodingError.

Constants§

INVALID_ENCODING_MSG 🔒
INVALID_LENGTH_MSG 🔒