JAMES-2272 Docs: Correct webadmin webpage generation
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/45eec2ec Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/45eec2ec Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/45eec2ec Branch: refs/heads/master Commit: 45eec2eca065146ab53d43f41a6c4de4268476ec Parents: b1a7139 Author: benwa <[email protected]> Authored: Wed Dec 20 14:11:12 2017 +0700 Committer: benwa <[email protected]> Committed: Thu Jan 4 15:12:42 2018 +0700 ---------------------------------------------------------------------- src/site/markdown/server/manage-webadmin.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/45eec2ec/src/site/markdown/server/manage-webadmin.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 1484d21..e0f59af 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -8,12 +8,15 @@ The web administration supports for now the CRUD operations on the domains,the u Please also note **webadmin** is only enabled with **Guice**. You can not use it when using James with **Spring**, as the required injections are not implemented. In case of any error, the system will return an error message which is json format like this: + +``` { statusCode: <error_code>, type: <error_type>, message: <the_error_message> cause: <the_detail_message_from_throwable> } +``` ## Administrating domains --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
