Skip to content

llGetExperienceErrorMessage

Requires Experience
function ll.GetExperienceErrorMessage(Error: number): string

Returns a string describing the error code passed or the string corresponding with XP_ERROR_UNKNOWN_ERROR if the value is not a valid Experience error code.

Parameters
Error (number)
An Experience error code to translate.

Add example usage here showing SLua/Luau syntax with ll.GetExperienceErrorMessage().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.