Template:LSL Constants/ForSaleError: Difference between revisions
Jump to navigation
Jump to search
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..." |
Rider Linden (talk | contribs) No edit summary |
||
| Line 15: | Line 15: | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_SALE_ERROR_NO_PERMISSIONS|integer|i=2|c=The script does not have the required permissions to set the sale information.}} | {{!}} {{LSL Const|PARCEL_SALE_ERROR_NO_PERMISSIONS|integer|i=2|c=The script does not have the required permissions to set the sale information.}} | ||
{{!}} | {{!}} 2 | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_SALE_ERROR_IN_ESCROW|integer|i=3|c=The parcel is currently in escrow and cannot be set for sale.}} | {{!}} {{LSL Const|PARCEL_SALE_ERROR_IN_ESCROW|integer|i=3|c=The parcel is currently in escrow and cannot be set for sale.}} | ||
{{!}} | {{!}} 3 | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{LSL Const|PARCEL_SALE_ERROR_INVALID_PRICE|integer|i=4|c=The price set for the parcel is invalid (e.g., less than or equal to 0).}} | {{!}} {{LSL Const|PARCEL_SALE_ERROR_INVALID_PRICE|integer|i=4|c=The price set for the parcel is invalid (e.g., less than or equal to 0).}} | ||
{{!}} | {{!}} 4 | ||
{{!}} {{#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=1|c=The parameters provided to set the sale information are invalid.}} | ||
{{!}} | {{!}} 5 | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}}} | {{!}}} | ||
Revision as of 15:05, 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. |