Loki Logging Exception Messages
Exception messages returned when the Loki logging service encounters server-side errors or invalid query conditions.
Overview
| Code | Message | Description |
|---|---|---|
LKM001 | サーバーが不正なレスポンスを受け取りました。 | Server received an invalid response |
LKM002 | サーバーが時間内にレスポンスを受け取れませんでした。リクエストの処理に時間がかかりすぎた可能性があります。 | Timeout waiting for a response from the server |
LKM003 | 予期せぬエラーが発生しました:{0}。 | An unexpected error occurred |
LKM004 | 日時の範囲が大きすぎます。30日以内で範囲を指定してください。 | Time range is too large, maximum 30 days |
LKM005 | 検索条件に一致する結果が見つかりませんでした。検索条件を変更してお試しください。 | No results found for the query |
Error Code Details
LKM001
Message
サーバーが不正なレスポンスを受け取りました。
Description
Server received an invalid response
Root Cause
- The Loki service returned a malformed or invalid response
Resolution
- Contact support or try again later
LKM002
Message
サーバーが時間内にレスポンスを受け取れませんでした。リクエストの処理に時間がかかりすぎた可能性があります。
Description
Timeout waiting for a response from the server
Root Cause
- The Loki service did not respond within the expected timeout period
Resolution
- Try again later; the request may have timed out
LKM003
Message
予期せぬエラーが発生しました:{0}。
Description
An unexpected error occurred
Root Cause
- An unhandled exception was thrown by the Loki service; details in {0}
Resolution
- Contact support or try again later
LKM004
Message
日時の範囲が大きすぎます。30日以内で範囲を指定してください。
Description
Time range is too large, maximum 30 days
Root Cause
- The selected time range exceeds the maximum allowed 30-day window
Resolution
- Select a shorter time range (maximum 30 days)
LKM005
Message
検索条件に一致する結果が見つかりませんでした。検索条件を変更してお試しください。
Description
No results found for the query
Root Cause
- The search criteria did not match any log entries
Resolution
- Try different search criteria