Skip to content

Add device subtype management api feature#79

Open
R4JxF60 wants to merge 2 commits into
entgra:firmware-mgtfrom
R4JxF60:sub-types
Open

Add device subtype management api feature#79
R4JxF60 wants to merge 2 commits into
entgra:firmware-mgtfrom
R4JxF60:sub-types

Conversation

@R4JxF60

@R4JxF60 R4JxF60 commented May 25, 2025

Copy link
Copy Markdown
Contributor

Purpose

Add device subtype management api feature

return Response.status(Response.Status.CREATED).entity(deviceSubType).build();
} catch (BadRequestException e) {
String msg = e.getMessage();
log.error(msg);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider logging the stack trace for easier debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants