We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409adbc commit b113bd7Copy full SHA for b113bd7
src/main/java/clap/server/adapter/inbound/web/example/ErrorExampleController.java
@@ -41,7 +41,7 @@ public void getTaskErrorCode() {}
41
@GetMapping("/notification")
42
@DevelopOnlyApi
43
@Operation(summary = "알림 도메인 및 웹훅 관련 에러 코드 나열")
44
- @ApiErrorCodes(TaskErrorCode.class)
+ @ApiErrorCodes(NotificationErrorCode.class)
45
public void getNotificationErrorCode() {}
46
47
@GetMapping("/comment")
0 commit comments