Template:LSL Constants/ForSaleError
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 | 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. |