summaryrefslogtreecommitdiff
path: root/doc/webid-oidc.texi
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-06-18 15:39:58 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 13:06:24 +0200
commitd9313a08f55bd41d6af398493ae211e331810f0f (patch)
tree825c240b34d7fafd43b28db9204d63f7d5bd8bbc /doc/webid-oidc.texi
parent05c93dc8f09558af503922d6da7e14d889bed663 (diff)
Implement the POST method for the server
Diffstat (limited to 'doc/webid-oidc.texi')
-rw-r--r--doc/webid-oidc.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index 7d88aa7..8f08485 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -1248,6 +1248,27 @@ known @var{cause}). This warning is continuable every time it is
raised. If the handler returns, then the group will be considered
empty.
@end deftp
+
+@deftp {exception type} &incorrect-containment-triples @var{path}
+The client wanted to create or update a resource, and by that it tried
+to change the containment triples at @var{path}.
+@end deftp
+
+@deftp {exception type} &unsupported-media-type @var{content-type}
+The client wanted to create a resource with the given
+@var{content-type}, but it is not accepted, because @var{content-type}
+is not recognized as an RDF content type.
+@end deftp
+
+@deftp {exception type} &path-is-auxiliary @var{path}
+The client wanted to create a resource that targets an auxiliary
+resource, at @var{path}.
+@end deftp
+
+@deftp {exception type} &forbidden @var{path} @var{user} @var{owner} @var{mode}
+The @var{user} wanted to do something under @var{path} requiring
+@var{mode}, but it is not the @var{owner} and it is forbidden by WAC.
+@end deftp
@node GNU Free Documentation License
@appendix GNU Free Documentation License