Category:LSL Integer/status

From Second Life Wiki
< Category:LSL Integer
Revision as of 03:23, 4 January 2014 by Strife Onizuka (talk | contribs) (Created page with "{{LSL Subtype Category|status|base=integer|cat=Flags|description=|inject=|values= {{LSL_Constants/ReturnStatus}} }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
status is a subtype of integer.

The functions and constants in this category all take or return a status parameter. Events in this category expose a status parameter.

Values

status values are often one of the following special values: |- id='Success.2FFailure_Flag' ! colspan="2" | Success/Failure Flags

! colspan="6" class="unsortable" | Description |- | | STATUS_OK | | 0 | | Result of function call was success |- | | STATUS_MALFORMED_PARAMS | | 1000 | | Function was called with malformed parameters |- | | STATUS_TYPE_MISMATCH | | 1001 | | Argument(s) passed to function had a type mismatch |- | | STATUS_BOUNDS_ERROR | | 1002 | | Argument(s) passed to function had a bounds error |- | | STATUS_NOT_FOUND | | 1003 | | Object or other item was not found |- | | STATUS_NOT_SUPPORTED | | 1004 | | Feature not supported |- | | STATUS_INTERNAL_ERROR | | 1999 | | An internal error occurred |- | | STATUS_WHITELIST_FAILED | | 2001 | | Whitelist Failed |-

Subcategories

This category has only the following subcategory.

Pages in category "LSL Integer/status"

The following 4 pages are in this category, out of 4 total.