Template:LSL Constants/ForSaleError

From Second Life Wiki
Revision as of 15:04, 2 February 2026 by Rider Linden (talk | contribs) (Created page with " {{{!}} {{Prettytable|style=margin-top:0;margin-bottom:0;}} {{!}}-{{Hl2}} ! Constants ! Value ! Description {{!}}- {{!}} {{LSL Const|PARCEL_SALE_OK|integer|i=0|c=The sale information was successfully set.}} {{!}} 0 {{!}} {{#var:comment}} {{!}}- {{!}} {{LSL Const|PARCEL_SALE_ERROR_NO_PARCEL|integer|i=1|c=The parcel could not be found.}} {{!}} 1 {{!}} {{#var:comment}} {{!}}- {{!}} {{LSL Const|PARCEL_SALE_ERROR_NO_PERMISSIONS|integer|i=2|c=The script does not have the requi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Constants Value Description
PARCEL_SALE_OK 0 The sale information was successfully set.
PARCEL_SALE_ERROR_NO_PARCEL 1 The parcel could not be found.
PARCEL_SALE_ERROR_NO_PERMISSIONS 1 The script does not have the required permissions to set the sale information.
PARCEL_SALE_ERROR_IN_ESCROW 2 The parcel is currently in escrow and cannot be set for sale.
PARCEL_SALE_ERROR_INVALID_PRICE 3 The price set for the parcel is invalid (e.g., less than or equal to 0).
PARCEL_SALE_ERROR_BAD_PARAMS 1 The parameters provided to set the sale information are invalid.