From 7c81a49d762e67b21c99a95b86d1e7886d91de02 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Fri, 27 Nov 2020 19:28:50 +0100 Subject: Add a base64 encoder and decoder --- doc/webid-oidc.texi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi index 81d408a..d63fc09 100644 --- a/doc/webid-oidc.texi +++ b/doc/webid-oidc.texi @@ -121,6 +121,21 @@ Return a string explaining the @var{error}. You can limit the @var{depth} of the explanation as an integer. @end deffn +@menu +* Invalid data format:: +@end menu + +@node Invalid data format +@section Invalid data format +There are a few JSON objects with required fields. This exceptions +usually occur as the cause of a higher-level exception. + +@deftp {exception type} ¬-base64 @var{value} @var{cause} +This exception is raised when the base64 decoding function +failed. @var{value} is the incorrect input, and @var{cause} is a +low-level error. +@end deftp + @node GNU Free Documentation License @appendix GNU Free Documentation License -- cgit v1.2.3