Skip to main content

Device Availability Data

Error codes related to device availability time configuration and scheduling constraints.


Overview

CodeMessageDescription
DAT001Availability time (ID: {0}) does not exist.Availability time does not exist
DAT002Device (ID: {0}) has no configured availability times. Please check with the system administrator.Device has no configured availability times
DAT003Device (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

  1. Verify the availability time ID and ensure it exists.
  2. Check whether the availability time was recently removed.
  3. 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

  1. Contact the system administrator to configure availability times for the device.
  2. 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

  1. Wait for the device to become available after the indicated time period.
  2. Select a different device that is currently available.
  3. Adjust the scheduling request to a time when the device is available.