Template:LSL Constants/Experience Tools Errors

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
LSL Constant Message Description
XP_ERROR_NONE no error No error was detected.
XP_ERROR_THROTTLED exceeded throttle The call failed due to too many recent calls.
XP_ERROR_EXPERIENCES_DISABLED experiences are disabled The region currently has experiences disabled.
XP_ERROR_INVALID PARAMETERS invalid parameters One of the string arguments was too big to fit in the key-value store.
XP_ERROR_NOT_PERMITTED operation not permitted This experience is not allowed to run on the current region.
XP_ERROR_NO_EXPERIENCE script not associated with an experience This script is not associated with an experience.
XP_ERROR_NOT_FOUND not found The sim was unable to verify the validity of the experience. Retrying after a short wait is advised.
XP_ERROR_INVALID_EXPERIENCE invalid experience The script is associated with an experience that no longer exists.
XP_ERROR_EXPERIENCE_DISABLED experience is disabled The experience owner has temporarily disabled the experience.
XP_ERROR_EXPERIENCE_SUSPENDED experience is suspended The experience has been suspended by Linden Lab customer support.
XP_ERROR_QUOTA_EXCEEDED 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 key-value store is disabled They key-value store is currently disabled on this region.
XP_ERROR_STORAGE_EXCEPTION key-value store communication failed Unable to communicate with the key-value store.
XP_ERROR_KEY_NOT_FOUND key doesn't exist They requested key does not exist.
XP_ERROR_RETRY_UPDATE retry update A checked update failed due to an out of date request.
XP_ERROR_UNKNOWN_ERROR unknown error An unknown error not covered by any of the other predetermined error states.
XP_ERROR_MATURITY_EXCEEDED experience content rating too high The content rating of the experience exceeds that of the region.