This commit is contained in:
@@ -66,8 +66,8 @@ public class UserInfoHandler implements RequestHandler {
|
|||||||
request.getMsgId(),
|
request.getMsgId(),
|
||||||
MessageCode.INVALID_ACTION.getCode(),
|
MessageCode.INVALID_ACTION.getCode(),
|
||||||
"Invalid action: " + body.getAction(),
|
"Invalid action: " + body.getAction(),
|
||||||
null
|
"valid actions: " + List.of("getAll", "getAllWithPagination", "getById",
|
||||||
);
|
"getIngoById", "update", "delete"));
|
||||||
};
|
};
|
||||||
} catch (IllegalArgumentException e) {
|
} catch (IllegalArgumentException e) {
|
||||||
log.error("Validation error in UserInfoHandler", e);
|
log.error("Validation error in UserInfoHandler", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user