Update src/main/java/com/mediamanager/service/delegate/handler/bitdepth/CreateBitDepthHandler.java
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
2d77358d50
commit
cd4b35f3c9
|
|
@ -41,7 +41,8 @@ public class CreateBitDepthHandler implements ActionHandler {
|
|||
.setPayload(ByteString.copyFromUtf8("Validation error: " + e.getMessage()));
|
||||
|
||||
} catch (Exception e) {
|
||||
logger.error("Error creating artist", e);
|
||||
logger.error("Error creating bit-depth", e);
|
||||
return TransportProtocol.Response.newBuilder()
|
||||
return TransportProtocol.Response.newBuilder()
|
||||
.setStatusCode(500)
|
||||
.setPayload(ByteString.copyFromUtf8("Error: " + e.getMessage()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue