Difference between revisions of "Template:LSL Constants/Experience Tools Errors"

From Second Life Wiki
Jump to navigation Jump to search
m
m (added constant integer values for reference)
Line 1: Line 1:
{{{!}} {{prettytable}}
{{{!}} {{prettytable}}
{{!}}- {{hl2}}
{{!}}- {{hl2}}
! {{!}} LSL Constant
! colspan="2" ! {{!}} LSL Constant
! {{!}} Message
! {{!}} Message
! {{!}} Description
! {{!}} Description
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_NONE]]
{{!}} [[XP_ERROR_NONE]]
{{!}} 2
{{!}} no error
{{!}} no error
{{!}} No error was detected.
{{!}} No error was detected.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_THROTTLED]]
{{!}} [[XP_ERROR_THROTTLED]]
{{!}} 8
{{!}} exceeded throttle
{{!}} exceeded throttle
{{!}} The call failed due to too many recent calls.
{{!}} The call failed due to too many recent calls.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_EXPERIENCES_DISABLED]]
{{!}} [[XP_ERROR_EXPERIENCES_DISABLED]]
{{!}} 9
{{!}} experiences are disabled
{{!}} experiences are disabled
{{!}} The region currently has experiences disabled.
{{!}} The region currently has experiences disabled.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_INVALID_PARAMETERS]]
{{!}} [[XP_ERROR_INVALID_PARAMETERS]]
{{!}} 7
{{!}} invalid parameters
{{!}} invalid parameters
{{!}} One of the string arguments was too big to fit in the key-value store.
{{!}} One of the string arguments was too big to fit in the key-value store.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_NOT_PERMITTED]]
{{!}} [[XP_ERROR_NOT_PERMITTED]]
{{!}} 3
{{!}} operation not permitted
{{!}} operation not permitted
{{!}} This experience is not allowed to run on the current region.
{{!}} This experience is not allowed to run on the current region.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_NO_EXPERIENCE]]
{{!}} [[XP_ERROR_NO_EXPERIENCE]]
{{!}} 14
{{!}} script not associated with an experience
{{!}} script not associated with an experience
{{!}} This script is not associated with an experience.
{{!}} This script is not associated with an experience.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_NOT_FOUND]]
{{!}} [[XP_ERROR_NOT_FOUND]]
{{!}} 16
{{!}} not found
{{!}} not found
{{!}} The sim was unable to verify the validity of the experience.  Retrying after a short wait is advised.
{{!}} The sim was unable to verify the validity of the experience.  Retrying after a short wait is advised.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_INVALID_EXPERIENCE]]
{{!}} [[XP_ERROR_INVALID_EXPERIENCE]]
{{!}} 0
{{!}} invalid experience
{{!}} invalid experience
{{!}} The script is associated with an experience that no longer exists.
{{!}} The script is associated with an experience that no longer exists.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_EXPERIENCE_DISABLED]]
{{!}} [[XP_ERROR_EXPERIENCE_DISABLED]]
{{!}} 6
{{!}} experience is disabled
{{!}} experience is disabled
{{!}} The experience owner has temporarily disabled the experience.
{{!}} The experience owner has temporarily disabled the experience.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_EXPERIENCE_SUSPENDED]]
{{!}} [[XP_ERROR_EXPERIENCE_SUSPENDED]]
{{!}} 4
{{!}} experience is suspended
{{!}} experience is suspended
{{!}} The experience has been suspended by Linden Lab customer support.
{{!}} The experience has been suspended by Linden Lab customer support.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_QUOTA_EXCEEDED]]
{{!}} [[XP_ERROR_QUOTA_EXCEEDED]]
{{!}} 5
{{!}} experience data quota exceeded
{{!}} experience data quota exceeded
{{!}} An attempt to write data to the key-value store failed due to the data quota being met.
{{!}} An attempt to write data to the key-value store failed due to the data quota being met.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_STORE_DISABLED]]
{{!}} [[XP_ERROR_STORE_DISABLED]]
{{!}} 11
{{!}} key-value store is disabled
{{!}} key-value store is disabled
{{!}} They key-value store is currently disabled on this region.
{{!}} They key-value store is currently disabled on this region.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_STORAGE_EXCEPTION]]
{{!}} [[XP_ERROR_STORAGE_EXCEPTION]]
{{!}} 15
{{!}} key-value store communication failed
{{!}} key-value store communication failed
{{!}} Unable to communicate with the key-value store.
{{!}} Unable to communicate with the key-value store.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_KEY_NOT_FOUND]]
{{!}} [[XP_ERROR_KEY_NOT_FOUND]]
{{!}} 13
{{!}} key doesn't exist
{{!}} key doesn't exist
{{!}} They requested key does not exist.
{{!}} They requested key does not exist.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_RETRY_UPDATE]]
{{!}} [[XP_ERROR_RETRY_UPDATE]]
{{!}} 12
{{!}} retry update
{{!}} retry update
{{!}} A checked update failed due to an out of date request.
{{!}} A checked update failed due to an out of date request.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_UNKNOWN_ERROR]]
{{!}} [[XP_ERROR_UNKNOWN_ERROR]]
{{!}} 1
{{!}} unknown error
{{!}} unknown error
{{!}} An unknown error not covered by any of the other predetermined error states.
{{!}} An unknown error not covered by any of the other predetermined error states.
{{!}}-
{{!}}-
{{!}} [[XP_ERROR_MATURITY_EXCEEDED]]
{{!}} [[XP_ERROR_MATURITY_EXCEEDED]]
{{!}} 10
{{!}} experience content rating too high
{{!}} experience content rating too high
{{!}} The content rating of the experience exceeds that of the region.
{{!}} The content rating of the experience exceeds that of the region.
{{!}}-
{{!}}-
{{!}}}
{{!}}}

Revision as of 08:01, 17 July 2014

LSL Constant Message Description
XP_ERROR_NONE 2 no error No error was detected.
XP_ERROR_THROTTLED 8 exceeded throttle The call failed due to too many recent calls.
XP_ERROR_EXPERIENCES_DISABLED 9 experiences are disabled The region currently has experiences disabled.
XP_ERROR_INVALID_PARAMETERS 7 invalid parameters One of the string arguments was too big to fit in the key-value store.
XP_ERROR_NOT_PERMITTED 3 operation not permitted This experience is not allowed to run on the current region.
XP_ERROR_NO_EXPERIENCE 14 script not associated with an experience This script is not associated with an experience.
XP_ERROR_NOT_FOUND 16 not found The sim was unable to verify the validity of the experience. Retrying after a short wait is advised.
XP_ERROR_INVALID_EXPERIENCE 0 invalid experience The script is associated with an experience that no longer exists.
XP_ERROR_EXPERIENCE_DISABLED 6 experience is disabled The experience owner has temporarily disabled the experience.
XP_ERROR_EXPERIENCE_SUSPENDED 4 experience is suspended The experience has been suspended by Linden Lab customer support.
XP_ERROR_QUOTA_EXCEEDED 5 experience data quota exceeded An attempt to write data to the key-value store failed due to the data quota being met.
XP_ERROR_STORE_DISABLED 11 key-value store is disabled They key-value store is currently disabled on this region.
XP_ERROR_STORAGE_EXCEPTION 15 key-value store communication failed Unable to communicate with the key-value store.
XP_ERROR_KEY_NOT_FOUND 13 key doesn't exist They requested key does not exist.
XP_ERROR_RETRY_UPDATE 12 retry update A checked update failed due to an out of date request.
XP_ERROR_UNKNOWN_ERROR 1 unknown error An unknown error not covered by any of the other predetermined error states.
XP_ERROR_MATURITY_EXCEEDED 10 experience content rating too high The content rating of the experience exceeds that of the region.