# Common Errors and Solutions

1. `E_NOT_CREATOR`: Ensure the caller has the appropriate permissions
2. `E_COLLECTION_MISMATCH`: Verify collection IDs match before operations
3. `E_INSUFFICIENT_BALANCE`: Check balance availability before transfers
4. `E_INVALID_PRICE`: Ensure price parameters are within valid ranges

###

### Testing on Testnet

1. Install Sui CLI
2. Configure testnet endpoint
3. Import test accounts
4. Use the package ID: `0x10f87d4b28b6443c670c581af1a7aac85bbb47425ad1065e387910d638690ee3`

Remember to always test thoroughly on testnet before deploying to mainnet.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.artinals.com/artinals-protocol/building-on-top-of-the-artinals-contract/common-errors-and-solutions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
