> ## 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.

# SimulateTokenErrorsType

> Errors for a token contract. Reference for the SimulateTokenErrorsType type in the Codex API: every field, its type, and the operations that return it.

<div data-generated>
  ## GraphQL

  ```
  type SimulateTokenErrorsType {
    tokenSymbolError: String
    decimalsError: String
    tokenNameError: String
    totalSupplyError: String
    canTransferOwnershipError: String
    canRenounceOwnershipError: 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>
