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 11:06:57 +0200
commit073afeac0fe1edc305195398c8893605b1f08ff0 (patch)
tree7037a39eab002b4aec3041665b36d53374666459 /doc/webid-oidc.texi
parenta601c74354f7cb659fcfd05ec9a40392df7c2aa7 (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