Difference between revisions of "Template:LSL Constants/ReturnStatus"
Jump to navigation
Jump to search
m |
m |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{{table|}}}<noinclude>1</noinclude>| | {{#if:{{{table|}}}<noinclude>1</noinclude>| | ||
{{{!}} {{#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}}}} | {{!}}- id='{{anchorencode:Success/Failure Flag}}' {{#if:{{{table|}}}<noinclude>1</noinclude>|{{Hl2}}}} | ||
! {{#if:{{{sortable|}}}<noinclude>1</noinclude>||colspan="2"}} {{!}} | ! {{#if:{{{sortable|}}}<noinclude>1</noinclude>||colspan="2"}} {{!}} Success/Failure 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 | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_OK|integer|0|m=3|c=Result of function call was success}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_MALFORMED_PARAMS|integer|1000|m=3|c=Function was called with malformed parameters}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_TYPE_MISMATCH|integer|1001|m=3|c=Argument(s) passed to function had a type mismatch }} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_BOUNDS_ERROR|integer|1002|m=3|c=Argument(s) passed to function had a bounds error}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_NOT_FOUND|integer|1003|m=3|c=Object or other item was not found}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_NOT_SUPPORTED|integer|1004|m=3|c=Feature not supported}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_INTERNAL_ERROR|integer|1999|m=3|c=An internal error occurred}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB| | {{LSL ConstTB|STATUS_WHITELIST_FAILED|integer|2001|m=3|c=Whitelist Failed}} | ||
{{!}}- | {{!}}- | ||
{{#if:{{{table|}}}<noinclude>1</noinclude>|{{!}}} }} | {{#if:{{{table|}}}<noinclude>1</noinclude>|{{!}}} }} |
Latest revision as of 15:49, 19 December 2013
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 |
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 |
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 |
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 |