]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/extras/ils_events.xml
Merge branch 'master' of git.evergreen-ils.org:Evergreen-DocBook into doc_consolidati...
[working/Evergreen.git] / Open-ILS / src / extras / ils_events.xml
1 <ils_events>
2         <notes>
3                 This file describes the event codes that an ILS method might return.  Not all
4                 methods will return event codes and it is up to each method to define which
5                 types of events it may return.  The standard event procedure is to return an
6                 object (JSON hash) with a field called "ilsevent" which contains the event code
7                 below.
8
9                 If events need to be placed into groups for any reason, the segregation shall
10                 be defined below with the accompanying events.
11         </notes>
12
13         <event code='0' textcode='SUCCESS'>
14                 <desc xml:lang="en-US">Success</desc>
15         </event>
16         <event code='1' textcode='UNKNOWN'>
17                 <desc xml:lang="en-US">Placeholder event.  Used for development only</desc>
18         </event>
19         <event code='3' textcode='NO_CHANGE'>
20                 <desc xml:lang="en-US">No change occurred</desc>
21         </event>
22
23     <event code='4' textcode='CACHE_MISS'>
24         <desc xml:lang="en-US">A cached object could not be retrieved by the given reference.</desc>
25     </event>
26
27         <event code='1000' textcode='LOGIN_FAILED'>
28                 <desc xml:lang="en-US">User login failed</desc>
29         </event>
30         <event code='1001' textcode='NO_SESSION'>
31                 <desc xml:lang="en-US">User login session has either timed out or does not exist</desc>
32         </event>
33         <event code='1002' textcode='ACTOR_USER_NOT_FOUND'>
34                 <desc xml:lang="en-US">Someone attempted to retrieve a user from the system and the user was not found</desc>
35         </event>
36         <event code='1003' textcode='Z3950_SEARCH_FAILED'>
37                 <desc xml:lang="en-US">The Z search did not succeed</desc>
38         </event>
39         <event code='1004' textcode='Z3950_BAD_QUERY'>
40                 <desc xml:lang="en-US">The Z query is not formatted correctly</desc>
41         </event>
42
43         <event code='1200' textcode='USERNAME_EXISTS'>
44                 <desc xml:lang="en-US">The given username already exists in the database</desc>
45         </event>
46         <event code='1201' textcode='CIRC_PERMIT_BAD_KEY'>
47                 <desc xml:lang="en-US">A checkout was attempted without a valid checkout permit key</desc>
48         </event>
49         <event code='1202' textcode='ITEM_NOT_CATALOGED'>
50                 <desc xml:lang="en-US">The requested item is not cataloged in the database</desc>
51         </event>
52         <event code='1203' textcode='COPY_BAD_STATUS'>
53                 <desc xml:lang="en-US">The given copy is not in a standard circulation status</desc>
54         </event>
55         <event code='1204' textcode='CIRC_BAD_STATUS'>
56                 <desc xml:lang="en-US">
57                         The given circulation is not in a standard status or
58                         the circulation was never fully closed properly
59                 </desc>
60         </event>
61         <event code='1205' textcode='CARD_EXISTS'>
62                 <desc xml:lang="en-US">The given user barcode already exists</desc>
63         </event>
64         <event code='1206' textcode='VOLUME_NOT_EMPTY'>
65                 <desc xml:lang="en-US">The selected volume has copies attached</desc>
66         </event>
67         <event code='1207' textcode='REFUND_EXCEEDS_BALANCE'>
68                 <desc xml:lang="en-US">A refund greater than the negative balance on a transaction was provided</desc>
69         </event>
70         <event code='1208' textcode='TITLE_LAST_COPY'>
71                 <desc xml:lang="en-US">The last copy attached to a title is being removed or deleted</desc>
72         </event>
73         <event code='1209' textcode='Z3950_LOGIN_FAILED'>
74                 <desc xml:lang="en-US">The login failed</desc>
75         </event>
76         <event code='1210' textcode='INCORRECT_PASSWORD'>
77                 <!-- used when updating a password and the original is wrong -->
78                 <desc xml:lang="en-US">The provided password is not correct</desc>
79         </event>
80         <event code='1211' textcode='BILL_ALREADY_VOIDED'>
81                 <desc xml:lang="en-US">The selecte bill has already been voided</desc>
82         </event>
83         <event code='1212' textcode='PATRON_EXCEEDS_OVERDUE_COUNT'>
84                 <desc xml:lang="en-US">The patron has too many overdue items</desc>
85         </event>
86
87         <event code='1213' textcode='PATRON_BARRED'>
88                 <desc xml:lang="en-US">The patron is barred</desc>
89         </event>
90
91         <event code='1214' textcode='PATRON_DUP_IDENT1'>
92                 <desc xml:lang="en-US">The selected primary identification type and value are in use by another patron</desc>
93         </event>
94
95         <event code='1215' textcode='CIRC_EXCEEDS_COPY_RANGE'>
96                 <desc xml:lang="en-US">
97                         The selected copy may not circulate because the recipient's home 
98                         location is not within the copy's circulation range
99                 </desc>
100         </event>
101
102         <event code='1216' textcode='PATRON_CARD_INACTIVE'>
103                 <desc xml:lang="en-US">The patron's card is not active</desc>
104         </event>
105         <event code='1217' textcode='PATRON_INACTIVE'>
106                 <desc xml:lang="en-US">This account is marked as inactive</desc>
107         </event>
108         <event code='1218' textcode='ITEM_AGE_PROTECTED'>
109                 <desc xml:lang="en-US">This item is too new to have a hold placed on it</desc>
110         </event>
111         <event code='1219' textcode='COPY_REMOTE_CIRC_LIB'>
112                 <desc xml:lang="en-US">A copy with a remote circulating library (circ_lib) was encountered</desc>
113         </event>
114
115         <event code='1220' textcode='ITEM_NOT_HOLDABLE'>
116                 <desc xml:lang="en-US">A copy with a remote circulating library (circ_lib) was encountered</desc>
117         </event>
118
119         <event code='1221' textcode='ORG_CANNOT_HAVE_VOLS'>
120                 <desc xml:lang="en-US">The selected location cannot have volumes attached</desc>
121         </event>
122
123         <event code='1222' textcode='PATRON_NO_EMAIL_ADDRESS'>
124                 <desc xml:lang="en-US">The user does not have a valid email address assigned</desc>
125         </event>
126         <event code='1223' textcode='PATRON_NO_PHONE'>
127                 <desc xml:lang="en-US">The user does not have a valid phone number assigned</desc>
128         </event>
129         <event code='1224' textcode='PATRON_ACCOUNT_EXPIRED'>
130                 <desc xml:lang="en-US">The patron's account has expired</desc>
131         </event>
132         <event code='1225' textcode='TRANSIT_ABORT_NOT_ALLOWED'>
133                 <desc xml:lang="en-US">The transit on this item may not be aborted due to the state the item is in</desc>
134         </event>
135
136         <event code='1226' textcode='REFUND_EXCEEDS_DESK_PAYMENTS'>
137                 <desc xml:lang="en-US">
138                         This refund amount is not allowed because it exceeds 
139                         the total amount of desk payments for this transaction.
140                 </desc>
141         </event>
142
143
144         <event code='1227' textcode='COPY_DELETE_WARNING'>
145                 <desc xml:lang="en-US">The copy in question is not in an ideal status for deleting</desc>
146         </event>
147
148         <event code='1228' textcode='BIB_RECORD_DELETED'>
149                 <desc xml:lang="en-US">The requested bib record is marked as deleted</desc>
150         </event>
151         <event code='1229' textcode='VOLUME_DELETED'>
152                 <desc xml:lang="en-US">The requested volume is marked as deleted</desc>
153         </event>
154         <event code='1230' textcode='XACT_COLLISION'>
155                 <desc xml:lang="en-US">The saved item has been edited by another user</desc>
156         </event>
157
158         <event code='1231' textcode='RECORD_NOT_EMPTY'>
159                 <desc xml:lang="en-US">The selected bib record has volumes attached</desc>
160         </event>
161         <event code='1232' textcode='ITEM_DEPOSIT_REQUIRED'>
162                 <desc xml:lang="en-US"></desc>
163         </event>
164         <event code='1233' textcode='ITEM_RENTAL_FEE_REQUIRED'>
165                 <desc xml:lang="en-US"></desc>
166         </event>
167         <event code='1234' textcode='ITEM_DEPOSIT_PAID'>
168                 <desc xml:lang="en-US"></desc>
169         </event>
170         <event code='1235' textcode='INVALID_USER_XACT_ID'>
171         <desc xml:lang="en-US">While you were trying to make payments, this account's transaction history changed.  Please go back and try again.</desc>
172         </event>
173
174
175
176
177         <event code='1500' textcode='ACTION_CIRCULATION_NOT_FOUND'>
178                 <desc xml:lang="en-US">
179                         Someone attempted to retrieve a circulation object from the system and 
180                         the object was not found.
181                 </desc>
182         </event>
183         <event code='1501' textcode='BIBLIO_RECORD_ENTRY_NOT_FOUND'>
184                 <desc xml:lang='en-US'>The requested biblio_record_entry was not found</desc>
185         </event>
186         <event code='1502' textcode='ASSET_COPY_NOT_FOUND'>
187                 <desc xml:lang="en-US">
188                         Someone attempted to retrieve a copy object from the 
189                         system and the object was not found.
190                 </desc>
191         </event>
192         <event code='1503' textcode='ACTION_HOLD_REQUEST_NOT_FOUND'>
193                 <desc xml:lang='en-US'>The requested action_hold_request was not found</desc>
194         </event>
195         <event code='1504' textcode='ACTION_TRANSIT_COPY_NOT_FOUND'>
196                 <desc xml:lang="en-US">
197                         Someone attempted to retrieve a transit object from the 
198                         system and the object was not found.
199                 </desc>
200         </event>
201
202
203         <event code='1506' textcode='CONTAINER_NOT_FOUND'>
204                 <desc xml:lang="en-US">
205                         Someone attempted to retrieve a container object from the 
206                         system and the object was not found.
207                 </desc>
208         </event>
209         <event code='1507' textcode='CONTAINER_ITEM_NOT_FOUND'>
210                 <desc xml:lang="en-US">
211                         Someone attempted to retrieve a container item object from the 
212                         system and the object was not found.
213                 </desc>
214         </event>
215         <event code='1508' textcode='ASSET_CALL_NUMBER_NOT_FOUND'>
216                 <desc xml:lang="en-US">Requested asset_call_number was not found</desc>
217         </event>
218
219
220         <event code='1518' textcode='ACTION_HOLD_TRANSIT_COPY_NOT_FOUND'>
221                 <desc xml:lang='en-US'>The requested action_hold_transit_copy was not found</desc>
222         </event>
223
224
225         <event code='1520' textcode='WORKSTATION_NOT_FOUND'>
226                 <desc xml:lang="en-US"> Requested workstation object does not exist </desc>
227         </event>
228         <event code='1523' textcode='TITLE_NOTE_NOT_FOUND'>
229                 <desc xml:lang="en-US"> Requested title note does not exist </desc>
230         </event>
231         <event code='1525' textcode='BILLING_NOT_FOUND'>
232                 <desc xml:lang="en-US"> Requested billing note does not exist </desc>
233         </event>
234
235         <event code='1527' textcode='OPEN_TCN_NOT_FOUND'>
236                 <desc xml:lang="en-US">No TCN could be found that does not collide with existing records</desc>
237         </event>
238         <event code='1528' textcode='ACTOR_USER_ADDRESS_NOT_FOUND'>
239                 <desc xml:lang="en-US">Requested address was not found</desc>
240         </event>
241
242
243         <event code='1529' textcode='ACTOR_WORKSTATION_NOT_FOUND'>
244                 <desc xml:lang='en-US'>The requested actor_workstation was not found</desc>
245         </event>
246         <event code='1530' textcode='CONFIG_IDENTIFICATION_TYPE_NOT_FOUND'>
247                 <desc xml:lang='en-US'>The requested config_identification_type was not found</desc>
248         </event>
249         <event code='1531' textcode='ACTION_SURVEY_QUESTION_NOT_FOUND'>
250                 <desc xml:lang='en-US'>The requested action_survey_question was not found</desc>
251         </event>
252         <event code='1532' textcode='MONEY_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND'>
253                 <desc xml:lang='en-US'>The requested money_billable_transaction_summary was not found</desc>
254         </event>
255         <event code='1533' textcode='ACTOR_USR_NOTE_NOT_FOUND'>
256                 <desc xml:lang='en-US'>The requested actor_usr_note was not found</desc>
257         </event>
258         <event code='1534' textcode='ACTOR_USER_SETTING_NOT_FOUND'>
259                 <desc xml:lang='en-US'>The requested actor_user_setting was not found</desc>
260         </event>
261         <event code='1535' textcode='METABIB_AUTHOR_FIELD_ENTRY_NOT_FOUND'>
262                 <desc xml:lang='en-US'>The requested metabib_author_field_entry was not found</desc>
263         </event>
264         <event code='1536' textcode='ACTION_IN_HOUSE_USE_NOT_FOUND'>
265                 <desc xml:lang='en-US'>The requested action_in_house_use was not found</desc>
266         </event>
267
268
269         <event code='1538' textcode='ACTION_SURVEY_RESPONSE_NOT_FOUND'>
270                 <desc xml:lang='en-US'>The requested action_survey_response was not found</desc>
271         </event>
272         <event code='1539' textcode='CONTAINER_COPY_BUCKET_ITEM_NOT_FOUND'>
273                 <desc xml:lang='en-US'>The requested container_copy_bucket_item was not found</desc>
274         </event>
275         <event code='1540' textcode='AUTHORITY_RECORD_ENTRY_NOT_FOUND'>
276                 <desc xml:lang='en-US'>The requested authority_record_entry was not found</desc>
277         </event>
278         <event code='1541' textcode='AUTHORITY_RECORD_DESCRIPTOR_NOT_FOUND'>
279                 <desc xml:lang='en-US'>The requested authority_record_descriptor was not found</desc>
280         </event>
281         <event code='1542' textcode='CONFIG_LANGUAGE_MAP_NOT_FOUND'>
282                 <desc xml:lang='en-US'>The requested config_language_map was not found</desc>
283         </event>
284         <event code='1543' textcode='MONEY_CREDIT_CARD_PAYMENT_NOT_FOUND'>
285                 <desc xml:lang='en-US'>The requested money_credit_card_payment was not found</desc>
286         </event>
287         <event code='1544' textcode='CONFIG_METABIB_FIELD_NOT_FOUND'>
288                 <desc xml:lang='en-US'>The requested config_metabib_field was not found</desc>
289         </event>
290         <event code='1545' textcode='PERM_EX_NOT_FOUND'>
291                 <desc xml:lang='en-US'>The requested perm_ex was not found</desc>
292         </event>
293         <event code='1546' textcode='CONFIG_AUDIENCE_MAP_NOT_FOUND'>
294                 <desc xml:lang='en-US'>The requested config_audience_map was not found</desc>
295         </event>
296         <event code='1547' textcode='CONFIG_ITEM_FORM_MAP_NOT_FOUND'>
297                 <desc xml:lang='en-US'>The requested config_item_form_map was not found</desc>
298         </event>
299
300         <event code='1549' textcode='CONFIG_STANDING_NOT_FOUND'>
301                 <desc xml:lang='en-US'>The requested config_standing was not found</desc>
302         </event>
303         <event code='1550' textcode='MONEY_OPEN_USER_SUMMARY_NOT_FOUND'>
304                 <desc xml:lang='en-US'>The requested money_open_user_summary was not found</desc>
305         </event>
306
307
308         <event code='1552' textcode='ACTOR_ORG_UNIT_HOURS_OF_OPERATION_NOT_FOUND'>
309                 <desc xml:lang='en-US'>The requested actor_org_unit_hours_of_operation was not found</desc>
310         </event>
311         <event code='1553' textcode='ACTOR_ORG_UNIT_CLOSED_DATE_NOT_FOUND'>
312                 <desc xml:lang='en-US'>The requested actor_org_unit_closed_date was not found</desc>
313         </event>
314         <event code='1554' textcode='CONFIG_RULES_CIRC_DURATION_NOT_FOUND'>
315                 <desc xml:lang='en-US'>The requested config_rules_circ_duration was not found</desc>
316         </event>
317         <event code='1555' textcode='MONEY_OPEN_BILLABLE_TRANSACTION_SUMMARY_NOT_FOUND'>
318                 <desc xml:lang='en-US'>The requested money_open_billable_transaction_summary was not found</desc>
319         </event>
320
321
322         <event code='1557' textcode='ACTOR_ORG_UNIT_SETTING_NOT_FOUND'>
323                 <desc xml:lang='en-US'>The requested actor_org_unit_setting was not found</desc>
324         </event>
325         <event code='1558' textcode='ASSET_COPY_NOTE_NOT_FOUND'>
326                 <desc xml:lang='en-US'>The requested asset_copy_note was not found</desc>
327         </event>
328         <event code='1559' textcode='METABIB_FULL_REC_NOT_FOUND'>
329                 <desc xml:lang='en-US'>The requested metabib_full_rec was not found</desc>
330         </event>
331         <event code='1560' textcode='METABIB_METARECORD_NOT_FOUND'>
332                 <desc xml:lang='en-US'>The requested metabib_metarecord was not found</desc>
333         </event>
334         <event code='1561' textcode='PERMISSION_PERM_LIST_NOT_FOUND'>
335                 <desc xml:lang='en-US'>The requested permission_perm_list was not found</desc>
336         </event>
337         <event code='1562' textcode='METABIB_METARECORD_SOURCE_MAP_NOT_FOUND'>
338                 <desc xml:lang='en-US'>The requested metabib_metarecord_source_map was not found</desc>
339         </event>
340         <event code='1563' textcode='METABIB_KEYWORD_FIELD_ENTRY_NOT_FOUND'>
341                 <desc xml:lang='en-US'>The requested metabib_keyword_field_entry was not found</desc>
342         </event>
343         <event code='1564' textcode='MONEY_CASH_PAYMENT_NOT_FOUND'>
344                 <desc xml:lang='en-US'>The requested money_cash_payment was not found</desc>
345         </event>
346         <event code='1565' textcode='ACTOR_PROFILE_NOT_FOUND'>
347                 <desc xml:lang='en-US'>The requested actor_profile was not found</desc>
348         </event>
349         <event code='1566' textcode='MONEY_FORGIVE_PAYMENT_NOT_FOUND'>
350                 <desc xml:lang='en-US'>The requested money_forgive_payment was not found</desc>
351         </event>
352         <event code='1567' textcode='METABIB_RECORD_DESCRIPTOR_NOT_FOUND'>
353                 <desc xml:lang='en-US'>The requested metabib_record_descriptor was not found</desc>
354         </event>
355         <event code='1568' textcode='CONFIG_COPY_STATUS_NOT_FOUND'>
356                 <desc xml:lang='en-US'>The requested config_copy_status was not found</desc>
357         </event>
358         <event code='1569' textcode='ACTOR_USER_STANDING_PENALTY_NOT_FOUND'>
359                 <desc xml:lang='en-US'>The requested actor_user_standing_penalty was not found</desc>
360         </event>
361
362
363         <event code='1571' textcode='ASSET_CALL_NUMBER_NOTE_NOT_FOUND'>
364                 <desc xml:lang='en-US'>The requested asset_call_number_note was not found</desc>
365         </event>
366         <event code='1572' textcode='AUTHORITY_RECORD_NOTE_NOT_FOUND'>
367                 <desc xml:lang='en-US'>The requested authority_record_note was not found</desc>
368         </event>
369
370
371         <event code='1574' textcode='CONTAINER_CALL_NUMBER_BUCKET_ITEM_NOT_FOUND'>
372                 <desc xml:lang='en-US'>The requested container_call_number_bucket_item was not found</desc>
373         </event>
374         <event code='1575' textcode='CONTAINER_BIBLIO_RECORD_ENTRY_BUCKET_NOT_FOUND'>
375                 <desc xml:lang='en-US'>The requested container_biblio_record_entry_bucket was not found</desc>
376         </event>
377         <event code='1576' textcode='EX_NOT_FOUND'>
378                 <desc xml:lang='en-US'>The requested ex was not found</desc>
379         </event>
380         <event code='1577' textcode='ACTION_HOLD_COPY_MAP_NOT_FOUND'>
381                 <desc xml:lang='en-US'>The requested action_hold_copy_map was not found</desc>
382         </event>
383         <event code='1578' textcode='ACTION_HOLD_NOTIFICATION_NOT_FOUND'>
384                 <desc xml:lang='en-US'>The requested action_hold_notification was not found</desc>
385         </event>
386         <event code='1579' textcode='ASSET_COPY_LOCATION_NOT_FOUND'>
387                 <desc xml:lang='en-US'>The requested asset_copy_location was not found</desc>
388         </event>
389         <event code='1580' textcode='METABIB_VIRTUAL_RECORD_NOT_FOUND'>
390                 <desc xml:lang='en-US'>The requested metabib_virtual_record was not found</desc>
391         </event>
392         <event code='1581' textcode='ASSET_STAT_CAT_ENTRY_COPY_MAP_NOT_FOUND'>
393                 <desc xml:lang='en-US'>The requested asset_stat_cat_entry_copy_map was not found</desc>
394         </event>
395         <event code='1582' textcode='CONFIG_ITEM_TYPE_MAP_NOT_FOUND'>
396                 <desc xml:lang='en-US'>The requested config_item_type_map was not found</desc>
397         </event>
398         <event code='1583' textcode='ACTION_SURVEY_NOT_FOUND'>
399                 <desc xml:lang='en-US'>The requested action_survey was not found</desc>
400         </event>
401         <event code='1584' textcode='ACTOR_ORG_ADDRESS_NOT_FOUND'>
402                 <desc xml:lang='en-US'>The requested actor_org_address was not found</desc>
403         </event>
404
405
406         <event code='1586' textcode='ACTOR_ORG_UNIT_NOT_FOUND'>
407                 <desc xml:lang='en-US'>The requested actor_org_unit was not found</desc>
408         </event>
409         <event code='1587' textcode='CONTAINER_CALL_NUMBER_BUCKET_NOT_FOUND'>
410                 <desc xml:lang='en-US'>The requested container_call_number_bucket was not found</desc>
411         </event>
412         <event code='1588' textcode='ASSET_STAT_CAT_NOT_FOUND'>
413                 <desc xml:lang='en-US'>The requested asset_stat_cat was not found</desc>
414         </event>
415         <event code='1589' textcode='ACTOR_CARD_NOT_FOUND'>
416                 <desc xml:lang='en-US'>The requested actor_card was not found</desc>
417         </event>
418         <event code='1590' textcode='ACTOR_STAT_CAT_NOT_FOUND'>
419                 <desc xml:lang='en-US'>The requested actor_stat_cat was not found</desc>
420         </event>
421         <event code='1591' textcode='METABIB_SERIES_FIELD_ENTRY_NOT_FOUND'>
422                 <desc xml:lang='en-US'>The requested metabib_series_field_entry was not found</desc>
423         </event>
424         <event code='1592' textcode='CONTAINER_USER_BUCKET_NOT_FOUND'>
425                 <desc xml:lang='en-US'>The requested container_user_bucket was not found</desc>
426         </event>
427         <event code='1593' textcode='MONEY_CREDIT_PAYMENT_NOT_FOUND'>
428                 <desc xml:lang='en-US'>The requested money_credit_payment was not found</desc>
429         </event>
430         <event code='1594' textcode='AUTHORITY_FULL_REC_NOT_FOUND'>
431                 <desc xml:lang='en-US'>The requested authority_full_rec was not found</desc>
432         </event>
433         <event code='1595' textcode='CONFIG_NON_CATALOGED_TYPE_NOT_FOUND'>
434                 <desc xml:lang='en-US'>The requested config_non_cataloged_type was not found</desc>
435         </event>
436         <event code='1596' textcode='ACTOR_ORG_UNIT_TYPE_NOT_FOUND'>
437                 <desc xml:lang='en-US'>The requested actor_org_unit_type was not found</desc>
438         </event>
439         <event code='1597' textcode='BIBLIO_RECORD_NOTE_NOT_FOUND'>
440                 <desc xml:lang='en-US'>The requested biblio_record_note was not found</desc>
441         </event>
442         <event code='1598' textcode='MONEY_USER_CIRCULATION_SUMMARY_NOT_FOUND'>
443                 <desc xml:lang='en-US'>The requested money_user_circulation_summary was not found</desc>
444         </event>
445         <event code='1599' textcode='MONEY_GROCERY_NOT_FOUND'>
446                 <desc xml:lang='en-US'>The requested money_grocery was not found</desc>
447         </event>
448         <event code='1600' textcode='CONFIG_BIB_SOURCE_NOT_FOUND'>
449                 <desc xml:lang='en-US'>The requested config_bib_source was not found</desc>
450         </event>
451         <event code='1601' textcode='MONEY_BILLABLE_TRANSACTION_NOT_FOUND'>
452                 <desc xml:lang='en-US'>The requested money_billable_transaction was not found</desc>
453         </event>
454         <event code='1602' textcode='ACTOR_STAT_CAT_ENTRY_NOT_FOUND'>
455                 <desc xml:lang='en-US'>The requested actor_stat_cat_entry was not found</desc>
456         </event>
457         <event code='1603' textcode='CONTAINER_USER_BUCKET_ITEM_NOT_FOUND'>
458                 <desc xml:lang='en-US'>The requested container_user_bucket_item was not found</desc>
459         </event>
460         <event code='1604' textcode='MONEY_USER_SUMMARY_NOT_FOUND'>
461                 <desc xml:lang='en-US'>The requested money_user_summary was not found</desc>
462         </event>
463         <event code='1605' textcode='CONFIG_LIT_FORM_MAP_NOT_FOUND'>
464                 <desc xml:lang='en-US'>The requested config_lit_form_map was not found</desc>
465         </event>
466         <event code='1606' textcode='MONEY_WORK_PAYMENT_NOT_FOUND'>
467                 <desc xml:lang='en-US'>The requested money_work_payment was not found</desc>
468         </event>
469         <event code='1607' textcode='ACTION_OPEN_CIRCULATION_NOT_FOUND'>
470                 <desc xml:lang='en-US'>The requested action_open_circulation was not found</desc>
471         </event>
472         <event code='1608' textcode='METABIB_SUBJECT_FIELD_ENTRY_NOT_FOUND'>
473                 <desc xml:lang='en-US'>The requested metabib_subject_field_entry was not found</desc>
474         </event>
475         <event code='1609' textcode='CONFIG_RULES_RECURRING_FINE_NOT_FOUND'>
476                 <desc xml:lang='en-US'>The requested config_rules_recurring_fine was not found</desc>
477         </event>
478         <event code='1610' textcode='MONEY_CHECK_PAYMENT_NOT_FOUND'>
479                 <desc xml:lang='en-US'>The requested money_check_payment was not found</desc>
480         </event>
481         <event code='1611' textcode='ACTOR_STAT_CAT_ENTRY_DEFAULT_NOT_FOUND'>
482                 <desc xml:lang='en-US'>The requested actor_stat_cat_entry_default was not found</desc>
483         </event>
484         <event code='1612' textcode='CONFIG_RULES_MAX_FINE_NOT_FOUND'>
485                 <desc xml:lang='en-US'>The requested config_rules_max_fine was not found</desc>
486         </event>
487         <event code='1613' textcode='PERMISSION_GRP_TREE_NOT_FOUND'>
488                 <desc xml:lang='en-US'>The requested permission_grp_tree was not found</desc>
489         </event>
490         <event code='1614' textcode='ACTION_SURVEY_ANSWER_NOT_FOUND'>
491                 <desc xml:lang='en-US'>The requested action_survey_answer was not found</desc>
492         </event>
493         <event code='1615' textcode='ACTION_NON_CATALOGED_CIRCULATION_NOT_FOUND'>
494                 <desc xml:lang='en-US'>The requested action_non_cataloged_circulation was not found</desc>
495         </event>
496         <event code='1616' textcode='MONEY_OPEN_USER_CIRCULATION_SUMMARY_NOT_FOUND'>
497                 <desc xml:lang='en-US'>The requested money_open_user_circulation_summary was not found</desc>
498         </event>
499         <event code='1617' textcode='ACTION_UNFULFILLED_HOLD_LIST_NOT_FOUND'>
500                 <desc xml:lang='en-US'>The requested action_unfulfilled_hold_list was not found</desc>
501         </event>
502         <event code='1618' textcode='METABIB_TITLE_FIELD_ENTRY_NOT_FOUND'>
503                 <desc xml:lang='en-US'>The requested metabib_title_field_entry was not found</desc>
504         </event>
505         <event code='1619' textcode='ACTOR_STAT_CAT_ENTRY_USER_MAP_NOT_FOUND'>
506                 <desc xml:lang='en-US'>The requested actor_stat_cat_entry_user_map was not found</desc>
507         </event>
508         <event code='1620' textcode='PERMISSION_GRP_PERM_MAP_NOT_FOUND'>
509                 <desc xml:lang='en-US'>The requested permission_grp_perm_map was not found</desc>
510         </event>
511         <event code='1621' textcode='CONTAINER_COPY_BUCKET_NOT_FOUND'>
512                 <desc xml:lang='en-US'>The requested container_copy_bucket was not found</desc>
513         </event>
514         <event code='1622' textcode='BIBLIO_RECORD_NODE_NOT_FOUND'>
515                 <desc xml:lang='en-US'>The requested biblio_record_node was not found</desc>
516         </event>
517         <event code='1623' textcode='PERMISSION_USR_PERM_MAP_NOT_FOUND'>
518                 <desc xml:lang='en-US'>The requested permission_usr_perm_map was not found</desc>
519         </event>
520         <event code='1624' textcode='MONEY_PAYMENT_NOT_FOUND'>
521                 <desc xml:lang='en-US'>The requested money_payment was not found</desc>
522         </event>
523         <event code='1625' textcode='CONTAINER_BIBLIO_RECORD_ENTRY_BUCKET_ITEM_NOT_FOUND'>
524                 <desc xml:lang='en-US'>The requested container_biblio_record_entry_bucket_item was not found</desc>
525         </event>
526         <event code='1626' textcode='ASSET_STAT_CAT_ENTRY_NOT_FOUND'>
527                 <desc xml:lang='en-US'>The requested asset_stat_cat_entry was not found</desc>
528         </event>
529
530
531         <event code='1628' textcode='MONEY_BILLING_NOT_FOUND'>
532                 <desc xml:lang='en-US'>The requested money_billing was not found</desc>
533         </event>
534         <event code='1629' textcode='PERMISSION_USR_GRP_MAP_NOT_FOUND'>
535                 <desc xml:lang='en-US'>The requested permission_usr_grp_map was not found</desc>
536         </event>
537         <event code='1630' textcode='ACTOR_USER_NOTE_NOT_FOUND'>
538                 <desc xml:lang='en-US'>The requested actor_user_note was not found</desc>
539         </event>
540
541         <event code='1631' textcode='MONEY_COLLECTIONS_TRACKER_NOT_FOUND'>
542                 <desc xml:lang='en-US'>The requested money_collections_tracker was not found</desc>
543         </event>
544         <event code='1632' textcode='CONFIG_RULES_AGE_HOLD_PROTECT_NOT_FOUND'>
545                 <desc xml:lang='en-US'>The requested money_collections_tracker was not found</desc>
546         </event>
547         <event code='1633' textcode='MONEY_DESK_PAYMENT_NOT_FOUND'>
548                 <desc xml:lang='en-US'>The requested money_collections_tracker was not found</desc>
549         </event>
550         <event code='1634' textcode='REPORTER_TEMPLATE_NOT_FOUND'>
551                 <desc xml:lang='en-US'>The requested reporter_template was not found</desc>
552         </event>
553         <event code='1635' textcode='REPORTER_REPORT_NOT_FOUND'>
554                 <desc xml:lang='en-US'>The requested reporter_report was not found</desc>
555         </event>
556         <event code='1636' textcode='REPORTER_OUTPUT_FOLDER_NOT_FOUND'>
557                 <desc xml:lang='en-US'>The requested reporter_output_folder was not found</desc>
558         </event>
559         <event code='1637' textcode='REPORTER_REPORT_FOLDER_NOT_FOUND'>
560                 <desc xml:lang='en-US'>The requested reporter_report_folder was not found</desc>
561         </event>
562         <event code='1638' textcode='REPORTER_TEMPLATE_FOLDER_NOT_FOUND'>
563                 <desc xml:lang='en-US'>The requested reporter_template_folder was not found</desc>
564         </event>
565         <event code='1639' textcode='REPORTER_SCHEDULE_NOT_FOUND'>
566                 <desc xml:lang='en-US'>The requested reporter_schedule was not found</desc>
567         </event>
568         <event code='1640' textcode='ACTOR_USR_ORG_UNIT_OPT_IN_NOT_FOUND'>
569                 <desc xml:lang='en-US'>The requested actor_usr_org_unit_opt_in was not found</desc>
570         </event>
571         <event code='1641' textcode='ACTION_OPEN_CIRC_COUNT_BY_CIRC_MOD_NOT_FOUND'>
572                 <desc xml:lang='en-US'>The requested action_open_circ_count_by_circ_mod was not found</desc>
573         </event>
574         <event code='1642' textcode='CONFIG_CIRC_MODIFIER_NOT_FOUND'>
575                 <desc xml:lang='en-US'>The requested config_circ_modifier was not found</desc>
576         </event>
577         <event code='1643' textcode='VANDELAY_BIB_QUEUE_NOT_FOUND'>
578                 <desc xml:lang='en-US'>The requested vandelay_bib_queue was not found</desc>
579         </event>
580         <event code='1644' textcode='VANDELAY_AUTHORITY_QUEUE_NOT_FOUND'>
581                 <desc xml:lang='en-US'>The requested vandelay_authority_queue was not found</desc>
582         </event>
583         <event code='1645' textcode='CONFIG_CIRC_MATRIX_TEST_NOT_FOUND'>
584                 <desc xml:lang='en-US'>The requested config_circ_matrix_test was not found</desc>
585         </event>
586         <event code='1646' textcode='VANDELAY_QUEUED_BIB_RECORD_NOT_FOUND'>
587                 <desc xml:lang='en-US'>The requested vandelay_queued_bib_record was not found</desc>
588         </event>
589         <event code='1647' textcode='VANDELAY_QUEUED_AUTHORITY_RECORD_NOT_FOUND'>
590                 <desc xml:lang='en-US'>The requested vandelay_queued_authority_record was not found</desc>
591         </event>
592         <event code='1648' textcode='PERMISSION_USR_WORK_OU_MAP_NOT_FOUND'>
593                 <desc xml:lang='en-US'>The requested permission_usr_work_ou_map was not found</desc>
594         </event>
595         <event code='1649' textcode='VANDELAY_IMPORT_ITEM_NOT_FOUND'>
596                 <desc xml:lang='en-US'>The requested vandelay.import_item was not found</desc>
597         </event>
598         <event code='1650' textcode='CONFIG_CIRC_MATRIX_RULESET_NOT_FOUND'>
599                 <desc xml:lang='en-US'>The requested config_circ_matrix_ruleset_not_found was not found</desc>
600         </event>
601         <event code='1651' textcode='AUTHORITY_RECORD_NUMBER_EXISTS'>
602                 <desc xml:lang='en-US'>An authority record already exists with the requested ARN</desc>
603         </event>
604
605
606         <event code='1841' textcode='ACQ_PICKLIST_NOT_FOUND'>
607                 <desc xml:lang='en-US'>The requested acq.picklist was not found</desc>
608         </event>
609         <event code='1843' textcode='ACQ_LINEITEM_ATTR_NOT_FOUND'>
610                 <desc xml:lang='en-US'>The requested acq.lineitem_attr was not found</desc>
611         </event>
612         <event code='1844' textcode='ACQ_FUNDING_SOURCE_NOT_FOUND'>
613                 <desc xml:lang='en-US'>The requested acq.funding_source was not found</desc>
614         </event>
615         <event code='1845' textcode='ACQ_PROVIDER_NOT_FOUND'>
616                 <desc xml:lang='en-US'>The requested acq.provider was not found</desc>
617         </event>
618         <event code='1846' textcode='ACQ_FUNDING_SOURCE_CREDIT_NOT_FOUND'>
619                 <desc xml:lang='en-US'>The requested acq.funding_source_credit was not found</desc>
620         </event>
621         <event code='1847' textcode='ACQ_FUNDING_SOURCE_DEDIT_NOT_FOUND'>
622                 <desc xml:lang='en-US'>The requested acq.funding_source_dedit was not found</desc>
623         </event>
624         <event code='1848' textcode='ACQ_FUND_NOT_FOUND'>
625                 <desc xml:lang='en-US'>The requested acq.fund was not found</desc>
626         </event>
627         <event code='1849' textcode='ACQ_FUND_DEBIT_TOTAL_NOT_FOUND'>
628                 <desc xml:lang='en-US'>The requested acq.fund_debit_total was not found</desc>
629         </event>
630         <event code='1850' textcode='ACQ_FUND_ALLOCATION_TOTAL_NOT_FOUND'>
631                 <desc xml:lang='en-US'>The requested acq.fund_allocation_total was not found</desc>
632         </event>
633         <event code='1851' textcode='ACQ_FUND_ENCUMBRANCE_TOTAL_NOT_FOUND'>
634                 <desc xml:lang='en-US'>The requested acq.fund_encumbrance_total was not found</desc>
635         </event>
636         <event code='1852' textcode='ACQ_FUND_SPENT_TOTAL_NOT_FOUND'>
637                 <desc xml:lang='en-US'>The requested acq.fund_spent_total was not found</desc>
638         </event>
639         <event code='1853' textcode='ACQ_FUND_COMBINED_BALANCE_NOT_FOUND'>
640                 <desc xml:lang='en-US'>The requested acq.fund_combined_balance was not found</desc>
641         </event>
642         <event code='1854' textcode='ACQ_FUND_SPENT_BALANCE_NOT_FOUND'>
643                 <desc xml:lang='en-US'>The requested acq.fund_spent_balance was not found</desc>
644         </event>
645         <event code='1855' textcode='ACQ_FUNDING_SOURCE_CREDIT_TOTAL_NOT_FOUND'>
646                 <desc xml:lang='en-US'>The requested acq.funding_source_credit_total was not found</desc>
647         </event>
648         <event code='1856' textcode='ACQ_FUNDING_SOURCE_ALLOCATION_TOTAL_NOT_FOUND'>
649                 <desc xml:lang='en-US'>The requested acq.funding_source_allocation_total was not found</desc>
650         </event>
651         <event code='1857' textcode='ACQ_FUNDING_SOURCE_BALANCE_NOT_FOUND'>
652                 <desc xml:lang='en-US'>The requested acq.funding_source_balance was not found</desc>
653         </event>
654         <event code='1858' textcode='ACQ_LINEITEM_NOT_FOUND'>
655                 <desc xml:lang='en-US'>The requested acq.po_lineitem was not found</desc>
656         </event>
657         <event code='1859' textcode='ACQ_PURCHASE_ORDER_NOT_FOUND'>
658                 <desc xml:lang='en-US'>The requested acq.purchase_order was not found</desc>
659         </event>
660         <event code='1860' textcode='ACQ_PURCHASE_ORDER_TOO_SHORT'>
661                 <desc xml:lang='en-US'>The requested acq.purchase_order cannot be split because it does not have more than one lineitem</desc>
662         </event>
663         <event code='1861' textcode='ACQ_PURCHASE_ORDER_TOO_LATE'>
664                 <desc xml:lang='en-US'>The requested acq.purchase_order cannot be split because it has gone beyond the "pending" state</desc>
665         </event>
666         <event code='1862' textcode='ACQ_FUND_EXCEEDS_STOP_PERCENT'>
667                 <desc xml:lang='en-US'>The requested acq.purchase_order cannot be activated because it would over-encumber a fund.</desc>
668         </event>
669         <event code='1863' textcode='ACQ_FUND_EXCEEDS_WARN_PERCENT'>
670                 <desc xml:lang='en-US'>Activating the requested acq.purchase_order would encumber it beyond its warning level.</desc>
671         </event>
672         <event code='1870' textcode='ACQ_LINEITEM_DETAIL_NOT_FOUND'>
673                 <desc xml:lang='en-US'>The requested acq.lineitem_detail was not found</desc>
674         </event>
675         <event code='1871' textcode='PERMISSION_USR_OBJECT_PERM_MAP_NOT_FOUND'>
676                 <desc xml:lang='en-US'>The requested permission.usr_object_perm_map was not found</desc>
677         </event>
678         <event code='1872' textcode='ACQ_LINEITEM_PROVIDER_ATTR_DEFINITION_NOT_FOUND'>
679                 <desc xml:lang='en-US'>The requested acq.lineitem_provider_attr_definition was not found</desc>
680         </event>
681         <event code='1873' textcode='ACQ_CURRENCY_TYPE_NOT_FOUND'>
682                 <desc xml:lang='en-US'>The requested acq.currency_type was not found</desc>
683         </event>
684         <event code='1875' textcode='ACQ_LINEITEM_GENERATED_ATTR_DEFINITION_NOT_FOUND'>
685                 <desc xml:lang='en-US'>The requested acq_lineitem_attr was not found</desc>
686         </event>
687         <event code='1876' textcode='ACQ_LINEITEM_LOCAL_ATTR_DEFINITION_NOT_FOUND'>
688                 <desc xml:lang='en-US'>The requested acq_lineitem_attr was not found</desc>
689         </event>
690         <event code='1877' textcode='ACQ_LINEITEM_MARC_ATTR_DEFINITION_NOT_FOUND'>
691                 <desc xml:lang='en-US'>The requested acq_lineitem_attr was not found</desc>
692         </event>
693         <event code='1878' textcode='ACQ_LINEITEM_USR_ATTR_DEFINITION_NOT_FOUND'>
694                 <desc xml:lang='en-US'>The requested acq_lineitem_attr was not found</desc>
695         </event>
696         <event code='1879' textcode='ACQ_LINEITEM_PROVIDER_ATTR_DEFINITION_NOT_FOUND'>
697                 <desc xml:lang='en-US'>The requested acq_lineitem_attr was not found</desc>
698         </event>
699         <event code='1880' textcode='CONFIG_BILLING_TYPE_NOT_FOUND'>
700                 <desc xml:lang='en-US'>The requested config_billing_type was not found</desc>
701         </event>
702         <event code='1881' textcode='PERMISSION_GRP_PENALTY_THRESHOLD_NOT_FOUND'>
703                 <desc xml:lang='en-US'>The requested permission_grp_penalty_threshold was not found</desc>
704         </event>
705
706
707         <event code='1700' textcode='NON_CAT_TYPE_EXISTS'>
708                 <desc xml:lang="en-US"> The non-cataloged type object already exists </desc>
709         </event>
710         <event code='1701' textcode='COPY_LOCATION_EXISTS'>
711                 <desc xml:lang="en-US"> The copy location object already exists </desc>
712         </event>
713         <event code='1702' textcode='OPEN_CIRCULATION_EXISTS'>
714                 <desc xml:lang="en-US"> There is an open circulation on the requested item </desc>
715         </event>
716         <event code='1703' textcode='WORKSTATION_NAME_EXISTS'>
717                 <desc xml:lang="en-US"> A workstation with that name already exists </desc>
718         </event>
719         <event code='1704' textcode='TCN_EXISTS'>
720                 <desc xml:lang="en-US">A record already exists with the requested TCN value</desc>
721         </event>
722         <event code='1705' textcode='VOLUME_LABEL_EXISTS'>
723                 <desc xml:lang="en-US">A volume with the same label, title and owning library exists</desc>
724         </event>
725         <event code='1706' textcode='ITEM_BARCODE_EXISTS'>
726                 <desc xml:lang="en-US">An item with the same barcode exists</desc>
727         </event>
728         <event code='1707' textcode='HOLD_EXISTS'>
729                 <desc xml:lang="en-US">User already has an open hold on the selected item</desc>
730         </event>
731         <event code='1708' textcode='MONEY_COLLECTIONS_TRACKER_EXISTS'>
732                 <desc xml:lang="en-US">A duplicate money.collections_tracker object already exists in the database</desc>
733         </event>
734         <event code='1709' textcode='MAX_HOLDS'>
735                 <desc xml:lang="en-US">User has reached the maximum number of holds</desc>
736         </event>
737         <event code='1710' textcode='CONTAINER_EXISTS'>
738                 <desc xml:lang="en-US">User has already created a bucket with the requested name</desc>
739         </event>
740         <event code='1711' textcode='BIB_QUEUE_EXISTS'>
741                 <desc xml:lang="en-US">A bib record queue with the same name already exists</desc>
742         </event>
743         <event code='1712' textcode='AUTH_QUEUE_EXISTS'>
744                 <desc xml:lang="en-US">An authority record queue with the same name already exists</desc>
745         </event>
746         <event code='1713' textcode='SURVEY_RESPONSES_EXIST'>
747                 <desc xml:lang="en-US">Responses to this survey exist</desc>
748         </event>
749         <event code='1714' textcode='HIGH_LEVEL_HOLD_HAS_NO_COPIES'>
750                 <desc xml:lang="en-US">A hold request at a higher level than copy has been attempted, but there are no copies that belonging to the higher-level unit.</desc>
751         </event>
752         <event code='1715' textcode='HOLD_SUSPEND_AFTER_CAPTURE'>
753                 <desc xml:lang="en-US">Attempt to suspend a hold after it has been captured.</desc>
754         </event>
755
756
757         <event code='2000' textcode='BAD_PARAMS'>
758                 <desc xml:lang="en-US">Invalid parameters were encountered in a method</desc>
759         </event>
760         <event code='2001' textcode='DATABASE_UPDATE_FAILED'>
761                 <desc xml:lang="en-US">The attempt to write to the DB failed</desc>
762         </event>
763         <event code='2002' textcode='DATABASE_QUERY_FAILED'>
764                 <desc xml:lang="en-US">The attempt to query to the DB failed</desc>
765         </event>
766         <event code='2003' textcode='INTERNAL_SERVER_ERROR'>
767                 <desc xml:lang="en-US">There was an internal server error</desc>
768         </event>
769         <event code='2004' textcode='ACTOR_USER_DELETE_OPEN_XACTS'>
770                 <desc xml:lang="en-US">The user you have attempted to delete cannot be deleted because it has open circulations and/or unpaid bills.</desc>
771         </event>
772
773     <!-- CREDIT EVENTS -->
774         <event code='4001' textcode='CREDIT_PROCESSOR_NOT_ENABLED'>
775                 <desc xml:lang="en-US">Credit card processor not enabled</desc>
776         </event>
777         <event code='4002' textcode='CREDIT_PROCESSOR_BAD_PARAMS'>
778                 <desc xml:lang="en-US">Not enough parameters to use credit card processor</desc>
779         </event>
780         <event code='4003' textcode='CREDIT_PROCESSOR_NOT_ALLOWED'>
781                 <desc xml:lang="en-US">The credit card processor you have named is not allowed</desc>
782         </event>
783         <event code='4004' textcode='CREDIT_PROCESSOR_NOT_SPECIFIED'>
784                 <desc xml:lang="en-US">No credit card processor specified either in org unit settings or in call to credit service API method.</desc>
785         </event>
786         <event code='4010' textcode='CREDIT_PROCESSOR_NO_DEFAULT_SELECTED'>
787                 <desc xml:lang="en-US">No default credit processor is selected</desc>
788         </event>
789         <event code='4019' textcode='CREDIT_PROCESSOR_INVALID_CC_NUMBER'>
790                 <desc xml:lang="en-US">An invalid credit card number has been supplied.</desc>
791         </event>
792         <event code='4020' textcode='CREDIT_PROCESSOR_DECLINED_TRANSACTION'>
793                 <desc xml:lang="en-US">The credit card processor has declined the transaction.</desc>
794         </event>
795         <event code='4040' textcode='CREDIT_PROCESSOR_SUCCESS_WO_RECORD'>
796         <desc xml:lang="en-US">A *TERRIBLE* problem has occurred: a credit
797             card transaction was processed successfuly, but the patron's
798             payment could not be recorded within Evergreen.  Please seek
799             assistance.</desc>
800         </event>
801
802
803         <event code='5000' textcode='PERM_FAILURE'>
804                 <desc xml:lang="en-US">Permission Denied</desc>
805         </event>
806     <event code='7025' textcode='PATRON_TOO_MANY_ACTIVE_PASSWORD_RESET_REQUESTS'>
807         <desc xml:lang='en-US'>There are too many active password reset request sessions for this patron.</desc>
808     </event>
809     <event code='7026' textcode='PATRON_NOT_AN_ACTIVE_PASSWORD_RESET_REQUEST'>
810         <desc xml:lang='en-US'>The user attempted to update their password using a stale or inactive password reset request session.</desc>
811     </event>
812     <event code='7027' textcode='PATRON_PASSWORD_WAS_NOT_STRONG'>
813         <desc xml:lang='en-US'>The user attempted to set their password to a weak value.</desc>
814     </event>
815
816
817         <!-- ================================================================ -->
818         <!-- CIRC EVENTS -->
819         <event code='7000' textcode='ROUTE_ITEM'>
820                 <desc xml:lang="en-US"> 
821                         A copy needs to be routed to a different location       
822                         The destination location will be specified by an 'org' key
823                         within the event object
824                 </desc>
825         </event>
826
827         <event code='7001' textcode='PATRON_BAD_STANDING'>
828                 <desc xml:lang="en-US">
829                         The patron in question is not able to check out materials because
830                         their account is in bad standing
831                 </desc>
832         </event>
833
834         <event code='7002' textcode='PATRON_EXCEEDS_CHECKOUT_COUNT'>
835                 <desc xml:lang="en-US">The patron in question has the maximum number of items already checked out</desc>
836         </event>
837         <event code='7003' textcode='COPY_CIRC_NOT_ALLOWED'>
838                 <desc xml:lang="en-US"> Target copy is not allowed to circulate </desc>
839         </event>
840         <event code='7004' textcode='COPY_NOT_AVAILABLE'>
841                 <desc xml:lang="en-US"> Copy is not available </desc>
842         </event>
843         <event code='7005' textcode='LOCATION_CIRC_NOT_ALLOWED'>
844                 <desc xml:lang="en-US"> Location does not allow materials to circulate </desc>
845         </event>
846         <event code='7006' textcode='COPY_IS_REFERENCE'>
847                 <desc xml:lang="en-US"> Copy is reference material </desc>
848         </event>
849         <event code='7007' textcode='COPY_NEEDED_FOR_HOLD'>
850                 <desc xml:lang="en-US"> Copy is needed to fulfill a hold </desc>
851         </event>
852         <event code='7008' textcode='MAX_RENEWALS_REACHED'>
853                 <desc xml:lang="en-US"> Circulation has no more renewals remaining </desc>
854         </event>
855         <event code='7009' textcode='CIRC_CLAIMS_RETURNED'>
856                 <desc xml:lang="en-US"> Requested circulation is marked claims returned </desc>
857         </event>
858         <event code='7010' textcode='COPY_ALERT_MESSAGE'>
859                 <desc xml:lang="en-US"> The requested copy has an alert message attached </desc>
860         </event>
861         <event code='7011' textcode='COPY_STATUS_LOST'>
862                 <desc xml:lang="en-US">Copy has is marked as lost</desc>
863         </event>
864         <event code='7012' textcode='COPY_STATUS_MISSING'>
865                 <desc xml:lang="en-US">Copy has is marked as missing</desc>
866         </event>
867         <event code='7013' textcode='PATRON_EXCEEDS_FINES'>
868                 <desc xml:lang="en-US">The patron in question has reached the maximum fine amount</desc>
869         </event>
870         <event code='7014' textcode='COPY_IN_TRANSIT'>
871                 <desc xml:lang="en-US">Copy is in transit</desc>
872         </event>
873         <event code='7015' textcode='NEGATIVE_PATRON_BALANCE'>
874                 <desc xml:lang="en-US">This requested action would result in a negative patron balance</desc>
875         </event>
876         <event code='7016' textcode='ITEM_ON_HOLDS_SHELF'>
877                 <desc xml:lang="en-US">This requested item is currently on the holds shelf</desc>
878         </event>
879         <event code='7017' textcode='ROUTE_TO_COPY_LOCATION'>
880                 <desc xml:lang="en-US"> 
881                 A copy needs to be routed to a copy location.  The location
882                 should be specified within the event with a 'location' key
883                 </desc>
884         </event>
885         <event code='7018' textcode='COPY_MARKED_LOST'>
886                 <desc xml:lang="en-US">The requested item is already marked as lost</desc>
887         </event>
888         <event code='7019' textcode='HOLD_CAPTURE_DELAYED'>
889                 <desc xml:lang="en-US">Hold capture was delayed for this item</desc>
890         </event>
891         <event code='7020' textcode='COPY_RESERVED'>
892                 <desc xml:lang="en-US">Item reserved for booking request</desc>
893         </event>
894         <event code='7021' textcode='RESERVATION_NOT_FOUND'>
895                 <desc xml:lang="en-US">Booking reservation not found</desc>
896         </event>
897         <event code='7022' textcode='RESERVATION_CAPTURE_FAILED'>
898                 <desc xml:lang="en-US">Booking reservation capture failed</desc>
899         </event>
900         <event code='7023' textcode='RESERVATION_BAD_PARAMS'>
901                 <desc xml:lang="en-US">Provided parameters describe unacceptable reservation.</desc>
902         </event>
903         <event code="7024" textcode="HOLD_RESERVATION_CONFLICT">
904                 <desc xml:lang="en-US">Both a hold and a reservation exist for this item; staff intervention is required to resolve the conflict.</desc>
905         </event>
906
907
908
909         <!-- ================================================================ -->
910
911
912         <event code='8000' textcode='OFFLINE_SESSION_ACTIVE'>
913                 <desc xml:lang="en-US"> An offline session for this location is currently processing </desc>
914         </event>
915         <event code='8001' textcode='OFFLINE_SESSION_FILE_EXISTS'>
916                 <desc xml:lang="en-US"> An offline file for this workstation exists within this session </desc>
917         </event>
918         <event code='8002' textcode='OFFLINE_FILE_ERROR'>
919                 <desc xml:lang="en-US"> An offline file or directory could not be created or accessed </desc>
920         </event>
921         <event code='8003' textcode='OFFLINE_PARAM_ERROR'>
922                 <desc xml:lang="en-US"> Missing params in offline upload </desc>
923         </event>
924         <event code='8004' textcode='OFFLINE_CONFIG_ERROR'>
925                 <desc xml:lang="en-US"> Offline server is not configured properly </desc>
926         </event>
927         <event code='8005' textcode='OFFLINE_CHECKSUM_FAILED'>
928                 <desc xml:lang="en-US"> Offline server is not configured properly </desc>
929         </event>
930         <event code='8006' textcode='OFFLINE_SESSION_NOT_FOUND'>
931                 <desc xml:lang="en-US"> Offline server is not configured properly </desc>
932         </event>
933         <event code='8007' textcode='OFFLINE_SESSION_EXISTS'>
934                 <desc xml:lang="en-US"> A session with the given name already exists </desc>
935         </event>
936         <event code='8008' textcode='OFFLINE_INVALID_SESSION'>
937                 <desc xml:lang="en-US"> The session name is invalid </desc>
938         </event>
939         <event code='8009' textcode='OFFLINE_NO_ORG'>
940                 <desc xml:lang="en-US"> No org id was provided </desc>
941         </event>
942         <event code='8010' textcode='OFFLINE_SESSION_COMPLETE'>
943                 <desc xml:lang="en-US"> No org id was provided </desc>
944         </event>
945         <event code='8011' textcode='SKIP_ASSET_CHANGED'>
946                 <desc xml:lang="en-US"> Asset status was changed since the offline transaction was recorded</desc>
947         </event>
948
949         <event code='9000' textcode='REPORT_TEMPLATE_EXISTS'>
950                 <desc xml:lang="en-US"> A report template with the given name and folder already exists</desc>
951         </event>
952
953         <event code='9001' textcode='REPORT_REPORT_EXISTS'>
954                 <desc xml:lang="en-US"> A report with the given name and folder already exists</desc>
955         </event>
956
957         <event code='10000' textcode='ACQ_LINEITEM_APPROVED'>
958                 <desc xml:lang="en-US">The lineitem cannot be altered because it has already been approved</desc>
959         </event>
960         <event code='10001' textcode='ACQ_LINEITEM_NO_COPIES'>
961                 <desc xml:lang="en-US">The lineitem has no attached copies</desc>
962         </event>
963         <event code='10002' textcode='ACQ_LINEITEM_DETAIL_NO_FUND'>
964                 <desc xml:lang="en-US">The lineitem detail has no associated fund</desc>
965         </event>
966         <event code='10003' textcode='ACQ_LINEITEM_DETAIL_NO_ORG'>
967                 <desc xml:lang="en-US">The lineitem detail has no owning_lib</desc>
968         </event>
969         <event code='10004' textcode='ACQ_LINEITEM_NO_PRICE'>
970                 <desc xml:lang="en-US">The lineitem has no price</desc>
971         </event>
972         <event code='10005' textcode='ACQ_LINEITEM_NO_PROVIDER'>
973                 <desc xml:lang="en-US">The lineitem has no provider</desc>
974         </event>
975
976         <event code='10101' textcode='ACQ_ALREADY_CANCELED'>
977                 <desc xml:lang="en-US">The object is already canceled.</desc>
978         </event>
979         <event code='10102' textcode='ACQ_NOT_CANCELABLE'>
980                 <desc xml:lang="en-US">The object is not in a cancelable state.</desc>
981         </event>
982
983         <!-- ================================================================ -->
984
985     <event code='11000' textcode='SERIAL_SUBSCRIPTION_NOT_EMPTY'>
986         <desc xml:lang="en-US">The subscription still has dependent objects</desc>
987     </event>
988
989     <event code='11001' textcode='SERIAL_CAPTION_AND_PATTERN_HAS_ISSUANCES'>
990         <desc xml:lang="en-US">The caption/pattern still has dependent issuances</desc>
991     </event>
992
993     <event code='11101' textcode='SERIAL_DISTRIBUTION_HAS_NO_COPY_TEMPLATE'>
994         <desc xml:lang="en-US">Units cannot be created for the given item because its associated distribution does not have a copy template.</desc>
995     </event>
996
997     <event code='11102' textcode='SERIAL_DISTRIBUTION_HAS_NO_CALL_NUMBER'>
998         <desc xml:lang="en-US">Units cannot be created for the given item because its associated distribution does not have a call number.</desc>
999     </event>
1000
1001     <event code='11103' textcode='TRANSIT_CHECKIN_INTERVAL_BLOCK'>
1002         <desc xml:lang="en-US">Checkin attempted on item during minimum transit checkin interval.</desc>
1003     </event>
1004
1005     <event code='11104' textcode='SERIAL_CORRUPT_PATTERN_CODE'>
1006         <desc xml:lang="en-US">A serial pattern code has been configured
1007         that fails to conform to MFHD standards for fields 853-855.</desc>
1008     </event>
1009
1010         <!-- ================================================================ -->
1011
1012 </ils_events>
1013
1014
1015
1016