{
  "topic": "errors.MODEL_NOT_FOUND",
  "path": [
    "errors",
    "MODEL_NOT_FOUND"
  ],
  "title": "MODEL_NOT_FOUND — entity model does not exist",
  "synopsis": "The entity type or model name specified in the request does not exist in the tenant's model registry. Occurs when creating entities with an unknown type, importing data that references a missing model, or performing model lifecycle transitions on a model ID that does not exist.",
  "body": "# errors.MODEL_NOT_FOUND\n\n## NAME\n\nMODEL_NOT_FOUND — the referenced entity model (schema) does not exist.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nThe entity type or model name specified in the request does not exist in the tenant's model registry. Occurs when creating entities with an unknown type, importing data that references a missing model, or performing model lifecycle transitions on a model ID that does not exist.\n\nNot retryable. Entity creation requires the model to exist and be registered in the tenant's registry.\n\n## SEE ALSO\n\n- errors\n- errors.ENTITY_NOT_FOUND\n- errors.MODEL_NOT_LOCKED\n",
  "sections": [
    {
      "name": "NAME",
      "body": "MODEL_NOT_FOUND — the referenced entity model (schema) does not exist."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "The entity type or model name specified in the request does not exist in the tenant's model registry. Occurs when creating entities with an unknown type, importing data that references a missing model, or performing model lifecycle transitions on a model ID that does not exist.\n\nNot retryable. Entity creation requires the model to exist and be registered in the tenant's registry."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.ENTITY_NOT_FOUND\n- errors.MODEL_NOT_LOCKED"
    }
  ],
  "see_also": [
    "errors",
    "errors.ENTITY_NOT_FOUND",
    "errors.MODEL_NOT_LOCKED"
  ],
  "stability": "stable",
  "actions": []
}
