-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
Problem description
Incorrect reading in "Supported device supported are: ..."
GENERIC_422_UNSUPPORTED_DEVICE_IDENTIFIERS:
summary: None of the provided device identifiers is supported by the implementation
description: Message may list the supported device identifiers
value:
status: 422
code: UNSUPPORTED_DEVICE_IDENTIFIERS
message: "Supported device supported are: ..."Expected behavior
message: "Supported device identifiers are: ..."Alternative solution
Without listing the supported device identifiers.
GENERIC_422_UNSUPPORTED_DEVICE_IDENTIFIERS:
summary: None of the provided device identifiers is supported by the implementation
description: Message identifies that none of the provided device identifiers are supported
value:
status: 422
code: UNSUPPORTED_DEVICE_IDENTIFIERS
message: None of the provided device identifiers is supported by the implementation
Reactions are currently unavailable