Difference between revisions of "Template:LSL Constants/ReturnStatus"
Jump to navigation
Jump to search
m |
|||
Line 6: | Line 6: | ||
! colspan="6" class="unsortable" {{!}} Description | ! colspan="6" class="unsortable" {{!}} Description | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_OK|integer|0|m=3|c= | {{LSL ConstTB|LSL_STATUS_OK|integer|0|m=3|c=Result of function call was success}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_MALFORMED_PARAMS|integer|1000|m=3|c= | {{LSL ConstTB|LSL_STATUS_MALFORMED_PARAMS|integer|1000|m=3|c=Function was called with malformed parameters}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_TYPE_MISMATCH|integer|1001|m=3|c= | {{LSL ConstTB|LSL_STATUS_TYPE_MISMATCH|integer|1001|m=3|c=Argument(s) passed to function had a type mismatch }} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_BOUNDS_ERROR|integer|1002|m=3|c= | {{LSL ConstTB|LSL_STATUS_BOUNDS_ERROR|integer|1002|m=3|c=Argument(s) passed to function had a bounds error}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_NOT_FOUND|integer|1003|m=3|c= | {{LSL ConstTB|LSL_STATUS_NOT_FOUND|integer|1003|m=3|c=Object or other item was not found}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_NOT_SUPPORTED|integer|1004|m=3|c= | {{LSL ConstTB|LSL_STATUS_NOT_SUPPORTED|integer|1004|m=3|c=Feature not supported}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_INTERNAL_ERROR|integer|1999|m=3|c= | {{LSL ConstTB|LSL_STATUS_INTERNAL_ERROR|integer|1999|m=3|c=An internal error occurred}} | ||
{{!}}- | {{!}}- | ||
{{LSL ConstTB|LSL_STATUS_WHITELIST_FAILED|integer|2001|m=3|c=Whitelist Failed}} | {{LSL ConstTB|LSL_STATUS_WHITELIST_FAILED|integer|2001|m=3|c=Whitelist Failed}} |
Revision as of 09:28, 4 December 2009
controls 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 |
controls 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 |
controls 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 |
controls 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 |