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

# There is no entity having the ticket specified... エラーの原因

> Authleteが返すエラー「指定されたticketを持つエンティティが存在しません」とその2つの原因についての技術情報。

Authlete は、ticket に関連する下記のようなエラーを返却することがあります。

```
[A041201] There is no entity having the ticket specified in the /api/auth/authorization/issue request (ticket = {Ticket}).
```

これは「Authlete のデータベース上にリクエスト中に含まれる ticket が存在しない」というエラーです。発生する原因には下記の２パターンが考えられます。

1. ticket は発行から24時間以上経過し、すでに失効している場合
2. タイムアウトに伴うリトライなど、同じ ticket を2回以上利用した場合

上記の場合、当該 ticket がデータベース上に既に存在しないため、Authlete は上記のエラーを返却します。

なお、ticket パラメータの詳細につきましては、下記をご参照ください。

[Anthorization Endpoint における ticket パラメーターの特性](/ja/configuration-reference/endpoints/ticket-parameter-in-authorization-endpoint)
