summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/Server.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/API/Server.pm')
-rw-r--r--Bugzilla/API/Server.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla/API/Server.pm b/Bugzilla/API/Server.pm
index 496901037..2d680db28 100644
--- a/Bugzilla/API/Server.pm
+++ b/Bugzilla/API/Server.pm
@@ -514,6 +514,11 @@ version of the API is being used to access the constant values.
Returns a L<JSON> encode/decoder object.
+=item load_error
+
+Method that stores error data if a API module fails to load and ThrowUserError
+or ThrowCodeError needs to send a proper error to the client.
+
=item cgi
Returns a L<Bugzilla::CGI> object.