Expand description
Error types
Structs§
- Invalid
Encoding Error - Invalid encoding of provided Base64 string.
- Invalid
Length Error - Insufficient output buffer length.
Enums§
- Error
- Generic error, union of
InvalidLengthErrorandInvalidEncodingError.
Error types
InvalidLengthError and InvalidEncodingError.