From 3d16a14d4ca1f06016bedb60ac7efbc8d74ab122 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 14 Dec 2005 00:01:09 +0000 Subject: [PATCH] these are now defined in OpenILS/src/extras/ils_events.xml git-svn-id: svn://svn.open-ils.org/ILS/trunk@2365 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/doc/ils_events.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Open-ILS/doc/ils_events.txt diff --git a/Open-ILS/doc/ils_events.txt b/Open-ILS/doc/ils_events.txt deleted file mode 100644 index a2530101dc..0000000000 --- a/Open-ILS/doc/ils_events.txt +++ /dev/null @@ -1,18 +0,0 @@ -This file describes the event codes that an ILS method might return. Not all -methods will return event codes and it is up to each method to define which -types of events it may return. The standard event procedure is to return an -object (JSON hash) with a field called "ilsevent" which contains the event code -below. - -If events need to be placed into groups for any reason, the segregation shall -be defined below with the accompanying events. - -Events start at 1000 - - -1000 User login failed. Why the login failed is left unspecified for security reasons. - -5000 Permission Error. * The object returning this code shall also contain a field "ilsperm" containing the name of the permission which failed - - - -- 2.43.2