9 lines
141 B
Smarty
9 lines
141 B
Smarty
package $package.presentation.dto;
|
|
|
|
public record ErrorResponse(
|
|
int status,
|
|
String error,
|
|
String message,
|
|
String path
|
|
) { }
|