Difference between revisions of "Template:LSL Constants/ReturnStatus"

From Second Life Wiki
Jump to navigation Jump to search
m (thou shalt remember when copying and pasting to proof read (maybe I'll remember it if i codify it))
Line 2: Line 2:
{{{!}} {{#if:{{{sortable|}}}<noinclude>1</noinclude>|class="sortable"}} {{Prettytable|style=margin: 0px 0px 10px 1pt;}}}}
{{{!}} {{#if:{{{sortable|}}}<noinclude>1</noinclude>|class="sortable"}} {{Prettytable|style=margin: 0px 0px 10px 1pt;}}}}
{{!}}- {{#if:{{{table|}}}<noinclude>1</noinclude>|{{Hl2}}}}
{{!}}- {{#if:{{{table|}}}<noinclude>1</noinclude>|{{Hl2}}}}
! {{#if:{{{sortable|}}}<noinclude>1</noinclude>||colspan="2"}} {{!}} {{LSL Param|controls}}&nbsp;Flags
! {{#if:{{{sortable|}}}<noinclude>1</noinclude>||colspan="2"}} {{!}} Success/Failure&nbsp;Flags
{{#if:{{{sortable|}}}<noinclude>1</noinclude>|! title="Value" {{!}}}}
{{#if:{{{sortable|}}}<noinclude>1</noinclude>|! title="Value" {{!}}}}
! colspan="6" class="unsortable" {{!}} Description
! colspan="6" class="unsortable" {{!}} Description

Revision as of 19:27, 2 February 2010

Success/Failure Flags Description
LSL_STATUS_OK 0 Result of function call was success
LSL_STATUS_MALFORMED_PARAMS 1000 Function was called with malformed parameters
LSL_STATUS_TYPE_MISMATCH 1001 Argument(s) passed to function had a type mismatch
LSL_STATUS_BOUNDS_ERROR 1002 Argument(s) passed to function had a bounds error
LSL_STATUS_NOT_FOUND 1003 Object or other item was not found
LSL_STATUS_NOT_SUPPORTED 1004 Feature not supported
LSL_STATUS_INTERNAL_ERROR 1999 An internal error occurred
LSL_STATUS_WHITELIST_FAILED 2001 Whitelist Failed
Success/Failure Flags Description
LSL_STATUS_OK 0 Result of function call was success
LSL_STATUS_MALFORMED_PARAMS 1000 Function was called with malformed parameters
LSL_STATUS_TYPE_MISMATCH 1001 Argument(s) passed to function had a type mismatch
LSL_STATUS_BOUNDS_ERROR 1002 Argument(s) passed to function had a bounds error
LSL_STATUS_NOT_FOUND 1003 Object or other item was not found
LSL_STATUS_NOT_SUPPORTED 1004 Feature not supported
LSL_STATUS_INTERNAL_ERROR 1999 An internal error occurred
LSL_STATUS_WHITELIST_FAILED 2001 Whitelist Failed
Success/Failure Flags Description
LSL_STATUS_OK 0 Result of function call was success
LSL_STATUS_MALFORMED_PARAMS 1000 Function was called with malformed parameters
LSL_STATUS_TYPE_MISMATCH 1001 Argument(s) passed to function had a type mismatch
LSL_STATUS_BOUNDS_ERROR 1002 Argument(s) passed to function had a bounds error
LSL_STATUS_NOT_FOUND 1003 Object or other item was not found
LSL_STATUS_NOT_SUPPORTED 1004 Feature not supported
LSL_STATUS_INTERNAL_ERROR 1999 An internal error occurred
LSL_STATUS_WHITELIST_FAILED 2001 Whitelist Failed
Success/Failure Flags Description
LSL_STATUS_OK 0 Result of function call was success
LSL_STATUS_MALFORMED_PARAMS 1000 Function was called with malformed parameters
LSL_STATUS_TYPE_MISMATCH 1001 Argument(s) passed to function had a type mismatch
LSL_STATUS_BOUNDS_ERROR 1002 Argument(s) passed to function had a bounds error
LSL_STATUS_NOT_FOUND 1003 Object or other item was not found
LSL_STATUS_NOT_SUPPORTED 1004 Feature not supported
LSL_STATUS_INTERNAL_ERROR 1999 An internal error occurred
LSL_STATUS_WHITELIST_FAILED 2001 Whitelist Failed