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-18 17:02:51 +0200
commit4a607b05f1cf29d528893e0f73be2153badb6f4e (patch)
tree2376e585c10a9f5769574a67477c379ef2e07414 /doc/webid-oidc.texi
parentb24dd9740c80d7ee2fb125171a9d9a1e9f1218a8 (diff)
Implement the POST method for the server0.4.13
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