メインコンテンツまでスキップ

Device Availability Data

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


Overview

CodeMessageDescription
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

  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

デバイス (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

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

  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.