Class ErrorRestController


@RestController @RequestMapping("/admin/rest/stat/error") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_stat\')") public class ErrorRestController extends DatatableRestControllerV2<ErrorDTO,Long>