TA 역할 Spring 경계 smoke #5
1 changed files with 8 additions and 0 deletions
8
src/main/java/com/runtimematrix/dto/ErrorResponse.java
Normal file
8
src/main/java/com/runtimematrix/dto/ErrorResponse.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package com.runtimematrix.dto;
|
||||
|
||||
public record ErrorResponse(
|
||||
String code,
|
||||
String message,
|
||||
String timestamp,
|
||||
String path
|
||||
) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue