Device Availability Data
Error codes related to device availability time configuration and scheduling constraints.
Overview
| Code | Message | Description |
|---|---|---|
DAT001 | 利用可能時間 (ID: {0}) が存在しません。 | Availability time does not exist |
DAT002 | デバイス (ID: {0}) には設定された利用可能時間がありません。システム管理者に確認してください。 | Device has no configured availability times |
DAT003 | デバイス (ID: {0}) は次の {1} 時間利用できません。時間差は {2} 時間です。 | Device is not available for the requested time period |
Error Code Details
DAT001
Message
利用可能時間 (ID: {0}) が存在しません。
Description
The availability time record identified by the given ID could not be found in the system.
Root Cause
- The availability time ID provided does not correspond to any existing record.
- The availability time entry was deleted before this request was made.
- The ID value is incorrect or malformed.
Resolution
- Verify the availability time ID and ensure it exists.
- Check whether the availability time was recently removed.
- If the issue persists, contact your system administrator.
DAT002
Message
デバイス (ID: {0}) には設定された利用可能時間がありません。システム管理者に確認してください。
Description
The device exists but has no availability time schedules associated with it, making it unavailable for use.
Root Cause
- No availability times have been configured for this device.
- The device configuration is incomplete or was not set up correctly.
Resolution
- Contact the system administrator to configure availability times for the device.
- Verify the correct device ID is being used.
DAT003
Message
デバイス (ID: {0}) は次の {1} 時間利用できません。時間差は {2} 時間です。
Description
The device is currently unavailable due to a scheduling conflict or reservation window. The time difference indicates how long until the device becomes available.
Root Cause
- The device is reserved or in use for the specified time period.
- The requested time falls outside the device's configured availability window.
Resolution
- Wait for the device to become available after the indicated time period.
- Select a different device that is currently available.
- Adjust the scheduling request to a time when the device is available.