Template:LSL Constants/ForSaleError: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rider Linden (talk | contribs)
No edit summary
Rider Linden (talk | contribs)
No edit summary
 
Line 26: Line 26:
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSL Const|PARCEL_SALE_ERROR_BAD_PARAMS|integer|i=1|c=The parameters provided to set the sale information are invalid.}}
{{!}} {{LSL Const|PARCEL_SALE_ERROR_BAD_PARAMS|integer|i=5|c=The parameters provided to set the sale information are invalid.}}
{{!}} 5
{{!}} 5
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}}}
{{!}}}

Latest revision as of 16:06, 2 February 2026

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 2 The script does not have the required permissions to set the sale information.
PARCEL_SALE_ERROR_IN_ESCROW 3 The parcel is currently in escrow and cannot be set for sale.
PARCEL_SALE_ERROR_INVALID_PRICE 4 The price set for the parcel is invalid (e.g., less than or equal to 0).
PARCEL_SALE_ERROR_BAD_PARAMS 5 The parameters provided to set the sale information are invalid.