Template:LSL Constants/Transfer Errors
Constant | Description | |
---|---|---|
TRANSFER_OK | 0 | No error detected, inventory transferred |
TRANSFER_BAD_OPTS | -1 | A bad option was passed in the options list. |
TRANSFER_NO_TARGET | -2 | Could not find the receiving agent in the current region. |
TRANSFER_THROTTLE | -3 | Transfer rate exceeded the inventory transfer throttle. |
TRANSFER_NO_ITEMS | -4 | The list of items was empty or contained only non-transferable items. |
TRANSFER_BAD_ROOT | -5 | The root path specified in TRANSFER_DEST contained an invalid directory or was reduced to nothing. |