You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TypedQuery 데코레이터는 유효하지 않은 타입이 확인되면, 일반적인 에러를 throw합니다. 저는 @TypedQuery가 @TypedBody, @TypedParam처럼 BadRequestException을 throw하는 것이 일관성있어 보인다고 생각합니다. 어떤가요?
The @TypedQuery decorator currently throws a general error when an invalid type is detected. I believe that it would be more consistent if @TypedQuery threw a BadRequestException like @TypedBody and @TypedParam do. What do you think?"
The text was updated successfully, but these errors were encountered:
@TypedQuery 데코레이터는 유효하지 않은 타입이 확인되면, 일반적인 에러를 throw합니다. 저는 @TypedQuery가 @TypedBody, @TypedParam처럼 BadRequestException을 throw하는 것이 일관성있어 보인다고 생각합니다. 어떤가요?
The @TypedQuery decorator currently throws a general error when an invalid type is detected. I believe that it would be more consistent if @TypedQuery threw a BadRequestException like @TypedBody and @TypedParam do. What do you think?"
The text was updated successfully, but these errors were encountered: