PreAuthorize 오류 처리 사용하고 있다Spring Oauth2그리고.Spring Pre-post Annotations와 함께Spring-boot 서비스 클래스가 있습니다.MyService.중 하나MyService메서드는 다음과 같습니다. @PreAuthorize("#id.equals(authentication.principal.id)") public SomeResponse getExampleResponse(String id){...} 발신자 컨트롤러에 의해 반환되는 json을 어떤 방법으로 제어할 수 있습니까? 기본적으로 반환되는 json은 다음과 같습니다. {error : "access_denied" , error_message: ".."} 제어가 가능해지고 싶다error_messagepara..