You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2018/09/05 09:56:30 UTC

[GitHub] awasum commented on issue #7: Document office API to manage offices & employees

awasum commented on issue #7: Document office API to manage offices & employees
URL: https://github.com/apache/fineract-cn-office/pull/7#issuecomment-418672661
 
 
   For the EmployeeApiDocument,
   
   Here are some issues I faced:
   
   1)  In 'documentUpdateEmployee' :
   
   "10:35:31.503 [qtp297785169-145] INFO  o.a.f.c.l.c.ServiceExceptionFilter - Responding with a service error ServiceError{code=409, message='Office myOffice already exists.'}
   
   org.apache.fineract.cn.office.api.v1.client.AlreadyExistsException"
   
   2) In documentCreateEmployee:
   
   "org.springframework.web.util.NestedServletException: Request processing failed; nested exception is ServiceException{serviceError=ServiceError{code=409, message='Employee employ001 already exists.'}}"
   
   3) In documentDeleteEmployee:
   
   
   "10:35:40.614 [qtp297785169-146] INFO  o.a.f.c.l.c.ServiceExceptionFilter - Responding with a service error ServiceError{code=409, message='Office myOffice already exists.'}
   
   org.apache.fineract.cn.office.api.v1.client.AlreadyExistsException"
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services