Template:LSL Constants/Transfer Errors: Difference between revisions

From Second Life Wiki
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)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===Transfer Errors===
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
Line 28: Line 30:
{{!}} {{#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.
{{!}}-
{{!}}-
{{!}}}
{{!}}}

Latest revision as of 11:37, 13 November 2024

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.