> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# SimulateCreatorErrorsType

> Errors for a token contract creator. SimulateCreatorErrorsType type reference: every field and its type.

<div data-generated>
  ## GraphQL

  ```
  type SimulateCreatorErrorsType {
    creatorTokenBalanceError: String
    creatorEthBalanceError: String
  }
  ```

  ### Used By

  **Returned by**

  * [getSimulateTokenContractResults](/api-reference/queries/getsimulatetokencontractresults.md): Returns recorded token analyses, including pending and failed requests. Results are ordered by block number descending, then request timestamp descending. Use simulationId to retrieve a specific request.
  * [onSimulateTokenContract](/api-reference/subscriptions/onsimulatetokencontract.md): Live-streamed published analysis results for a token, across all simulation IDs. This is not a complete request-status stream: use getSimulateTokenContractResults to check pending, failed or indeterminate outcomes.
</div>
