Difference between revisions of "ERR GENERIC"

From Second Life Wiki
Jump to navigation Jump to search
(Seems like a good idea.)
m
Line 13: Line 13:
{{!}}-
{{!}}-
{{!}} [[llListFindList]]
{{!}} [[llListFindList]]
{{!}} The requested item was not found in the list.
{{!}} The requested list was not found in the list supplied.
{{!}}-
{{!}}-
{{!}} [[llReturnObjectsByID]]{{PBR}}[[llReturnObjectsByOwner]]
{{!}} [[llReturnObjectsByID]]{{PBR}}[[llReturnObjectsByOwner]]

Revision as of 15:04, 12 September 2013

Description

Constant: integer ERR_GENERIC = -1;

The integer constant ERR_GENERIC has the value -1

The meaning of this constant is context specific.

Function Indicates...
llSubStringIndex The requested string was not found in the source string.
llListFindList The requested list was not found in the list supplied.
llReturnObjectsByIDllReturnObjectsByOwner A nebulous and inexplicable error, nothing is known about it.

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer ERR_GENERIC = -1;

Haiku

The function did fail,
an error code returned,
without real meaning.