Difference between revisions of "Category:LSL Integer/status"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Subtype Category|status|base=integer|cat=Flags|description=|inject=|values= {{LSL_Constants/ReturnStatus}} }}")
 
 
Line 1: Line 1:
{{LSL Subtype Category|status|base=integer|cat=Flags|description=|inject=|values=
{{LSL Subtype Category|status|base=integer|cat=Flags|description=|inject=|values=
{{LSL_Constants/ReturnStatus}}
{{LSL_Constants/ReturnStatus|table=*}}
}}
}}

Latest revision as of 03:23, 4 January 2014

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:

Success/Failure Flags 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.