Template:LSL Constants/Transfer Errors
Revision as of 10:37, 13 November 2024 by Rider Linden (talk | contribs)
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. |
TRANSFER_NO_PERMS | -6 | The object does not have transfer permissions. |
TRANSFER_NO_ATTACHMENT | -7 | Can not transfer ownership of an attached object. |