Difference between revisions of "Template:LSL Constants Linkset Data Returns"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} ! Constant ! title="name" {{!}} ! class="unsortable" {{!}}Description {{!}}- {{!}} LINKSETDATA_OK...")
 
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:
{{!}}-
{{!}}-
{{!}} [[LINKSETDATA_EPROTECTED]]
{{!}} [[LINKSETDATA_EPROTECTED]]
{{!}} 2
{{!}} 3
{{!}} The '''name:value''' pair has been protected from overwrite in the linkset's datastore.
{{!}} The '''name:value''' pair has been protected from overwrite in the linkset's datastore.
{{!}}-
{{!}} [[LINKSETDATA_NOTFOUND]]
{{!}} 4
{{!}} The named key could not be found in the linkset's datastore when attempting to delete it.
{{!}}-
{{!}} [[LINKSETDATA_NOUPDATE]]
{{!}} 5
{{!}} The '''name:value''' stored in the linkset was not changed by the write operation because the value stored matches the value written.
{{!}}}<noinclude>{{footnotes}}</noinclude>
{{!}}}<noinclude>{{footnotes}}</noinclude>

Latest revision as of 09:13, 26 October 2022

Constant Description
LINKSETDATA_OK 0 The name:value pair was written to the datastore.
LINKSETDATA_EMEMORY 1 A name:value pair was too large to write to the linkset datastore.
LINKSETDATA_ENOKEY 2 The name supplied to llLinksetDataWrite was empty.
LINKSETDATA_EPROTECTED 3 The name:value pair has been protected from overwrite in the linkset's datastore.
LINKSETDATA_NOTFOUND 4 The named key could not be found in the linkset's datastore when attempting to delete it.
LINKSETDATA_NOUPDATE 5 The name:value stored in the linkset was not changed by the write operation because the value stored matches the value written.