| Text Code |
Description |
| ---------- |
------------- |
| ROUTE_ITEM |
A copy needs to be routed to a different location. The destination location will be specified by an 'org' key within the event object. |
| PATRON_BAD_STANDING |
The patron in question is not able to check out materials because their account is in bad standing. |
| PATRON_EXCEEDS_CHECKOUT_COUNT |
The patron in question has the maximum number of items already checked out. |
| COPY_CIRC_NOT_ALLOWED |
Target copy is not allowed to circulate. |
| COPY_NOT_AVAILABLE |
Copy is not available. |
| LOCATION_CIRC_NOT_ALLOWED |
Location does not allow materials to circulate. |
| COPY_IS_REFERENCE |
Copy is reference material. |
| COPY_NEEDED_FOR_HOLD |
Copy is needed to fulfill a hold. |
| MAX_RENEWALS_REACHED |
Circulation has no more renewals remaining. |
| CIRC_CLAIMS_RETURNED |
Requested circulation is marked claims returned. |
| COPY_ALERT_MESSAGE |
The requested copy has an alert message attached. |
| COPY_STATUS_LOST |
Copy is marked as lost. |
| COPY_STATUS_MISSING |
Copy is marked as missing. |
| PATRON_EXCEEDS_FINES |
The patron in question has reached the maximum fine amount. |
| COPY_IN_TRANSIT |
Copy is in transit. |
| NEGATIVE_PATRON_BALANCE |
This requested action would result in a negative patron balance. |
| ITEM_ON_HOLDS_SHELF |
This item is currently on the holds shelf for another patron. |
| ROUTE_TO_COPY_LOCATION |
A copy needs to be routed to a copy location. The location should be specified within the event with a 'location' key. |
| COPY_MARKED_LOST |
The requested item is already marked as lost. |
| HOLD_CAPTURE_DELAYED |
Hold capture was delayed for this item. |
| COPY_STATUS_LONG_OVERDUE |
Copy is marked as long-overdue. |
| COPY_STATUS_LOST_AND_PAID |
Copy is marked as lost and paid. |
| PATRON_CIRC_MISMATCH |
Potentially notified patron does not own the circulation. |
| MAX_AUTO_RENEWALS_REACHED |
Circulation has no more auto-renewals remaining. |