I would very much like to know to which extent any exception thrown by
Syncope Core is visible in the REST client.
For example, from the UserController i can see that the create action
can throw a number of exceptions:
public UserTO create(HttpServletResponse response,
@RequestBody UserTO userTO,
@RequestParam(value = "mandatoryRoles",
required = false) Set<Long> mandatoryRoles,
@RequestParam(value = "mandatoryResources",
required = false) Set<String> mandatoryResources)
throws SyncopeClientCompositeErrorException,
DataIntegrityViolationException, WorkflowException,
PropagationException, NotFoundException,
UnauthorizedRoleException
Are these exceptions visible at the REST client? If not, when is the
implementation of detailed exception handling planned?
Thanks,
René
-- Francesco Chicchiriccò "Computer Science is no more about computers than astronomy is about telescopes." (E. W. Dijkstra)