summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-27 19:28:50 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 15:44:24 +0200
commit7c81a49d762e67b21c99a95b86d1e7886d91de02 (patch)
tree41134870f6edc1b7b5567638f3740758ba5d0fe4 /doc
parent9012da74345b0eea06ab36c93f2f36d5584a014c (diff)
Add a base64 encoder and decoder
Diffstat (limited to 'doc')
-rw-r--r--doc/webid-oidc.texi15
1 files changed, 15 insertions, 0 deletions
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} &not-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