Difference between revisions of "Template:LSL Constants/Transfer Errors"
Jump to navigation
Jump to search
Rider Linden (talk | contribs) (Created page with "{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} ! {{!}} Constant ! title="Value" {{!}} {{!}} Description {{!}}- {{!}}{{LSL Const|TRANSFER_OK|integer...") |
Rider Linden (talk | contribs) |
||
Line 28: | Line 28: | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} The root path specified in TRANSFER_DEST contained an invalid directory or was reduced to nothing. | {{!}} The root path specified in TRANSFER_DEST contained an invalid directory or was reduced to nothing. | ||
{{!}}- | |||
{{!}}{{LSL Const|TRANSFER_NO_PERMS|integer|-6}} | |||
{{!}} {{#var:value}} | |||
{{!}} The object does not have transfer permissions. | |||
{{!}}- | |||
{{!}}{{LSL Const|TRANSFER_NO_ATTACHMENT|integer|-7}} | |||
{{!}} {{#var:value}} | |||
{{!}} Can not transfer ownership of an attached object. | |||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} |
Revision as of 10:02, 13 November 2024
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. |