Difference between revisions of "ERR GENERIC"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
|name=ERR_GENERIC
|name=ERR_GENERIC
|type=integer
|type=integer
|value=-1
|hvalue=0xFFFFFFFF
|desc=The meaning of this constant is context specific.
|desc=The meaning of this constant is context specific.
{{{!}} {{prettytable}}
{{{!}} {{prettytable}}

Revision as of 12:37, 2 January 2014

Description

Constant: integer ERR_GENERIC = 0xFFFFFFFF;

The integer constant ERR_GENERIC has the value 0xFFFFFFFF

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 = 0xFFFFFFFF;

Haiku

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