company-service поправил текст ошибок для CompanySymbolNew (todo refactoring update)
This commit is contained in:
parent
e3cbd73807
commit
11fbb281a6
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ public class CompanySymbolService extends QueueConsumer implements InitializingB
|
||||||
try {
|
try {
|
||||||
create((CompanySymbolNewRequest) request.getRequestPayload());
|
create((CompanySymbolNewRequest) request.getRequestPayload());
|
||||||
} catch (ValidationException e) {
|
} catch (ValidationException e) {
|
||||||
requestInfoUpdate = new RequestInfoUpdate(request.getId(), Status.Error, e.getMessage());
|
return requestHelper.makeErrorResponse(request, e.getEnumMsg());
|
||||||
}
|
}
|
||||||
return requestInfoUpdate;
|
return requestInfoUpdate;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue