Device Availability Data
Error codes related to device availability time configuration and scheduling constraints.
Overview
| Code | Message | Description |
|---|---|---|
DAT001 | Availability time (ID: {0}) does not exist. | Availability time does not exist |
DAT002 | Device (ID: {0}) has no configured availability times. Please check with the system administrator. | Device has no configured availability times |
DAT003 | Device (ID: {0}) is not available for the next {1} hour(s). Time difference is {2} hours. | Device is not available for the requested time period |
Error Code Details
DAT001
Message
Availability time (ID: {0}) does not exist.
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
Device (ID: {0}) has no configured availability times. Please check with the system administrator.
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
Device (ID: {0}) is not available for the next {1} hour(s). Time difference is {2} hours.
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.