]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/doc/ils_events.txt
a2530101dcddeaf3759206ffbe7d61583d5d4442
[Evergreen.git] / Open-ILS / doc / ils_events.txt
1 This file describes the event codes that an ILS method might return.  Not all
2 methods will return event codes and it is up to each method to define which
3 types of events it may return.  The standard event procedure is to return an
4 object (JSON hash) with a field called "ilsevent" which contains the event code
5 below.
6
7 If events need to be placed into groups for any reason, the segregation shall
8 be defined below with the accompanying events.
9
10 Events start at 1000
11
12
13 1000    User login failed.  Why the login failed is left unspecified for security reasons.
14
15 5000 Permission Error.  * The object returning this code shall also contain a field "ilsperm" containing the name of the permission which failed 
16
17
18