Skip to content

Small typo in GENERIC_422_UNSUPPORTED_DEVICE_IDENTIFIERS - example #260

@maxl2287

Description

@maxl2287

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions