Difference between revisions of "ERR GENERIC"

From Second Life Wiki
Jump to navigation Jump to search
(Seems like a good idea.)
Line 3: Line 3:
|type=integer
|type=integer
|value=-1
|value=-1
|desc=Indicates a
|desc=The meaning of this constant is context specific.
{|
{{{!}} {{prettytable}}
|- {{Hl2}}
{{!}}- {{Hl2}}
! Function
! Function
! Indicates...
! Indicates...
|-
{{!}}-
| [[llSubstrigIndex]]
{{!}} [[llSubStringIndex]]
| The requested string was not found in the source string.
{{!}} The requested string was not found in the source string.
|-
{{!}}-
| [[llListFindList]]
{{!}} [[llListFindList]]
| The requested item was not found in the list.
{{!}} The requested item was not found in the list.
|-
{{!}}-
| llReturnObjectsByID{{PBR}}llReturnObjectsByOwner
{{!}} [[llReturnObjectsByID]]{{PBR}}[[llReturnObjectsByOwner]]
| A nebulous and inexplicable error, nothing is known about it.
{{!}} A nebulous and inexplicable error, nothing is known about it.
|}
{{!}}}
|examples
|examples
|functions=
|functions=

Revision as of 08:52, 12 July 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 item was not found in the list.
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.