source:
backend/src/main/java/com/finki/icare/dto/ErrorResponse.java
| Last change on this file was 700e2f9, checked in by , 5 days ago | |
|---|---|
|
|
| File size: 141 bytes | |
| Line | |
|---|---|
| 1 | package com.finki.icare.dto; |
| 2 | |
| 3 | /** |
| 4 | * Universal error response DTO for API error handling |
| 5 | */ |
| 6 | public record ErrorResponse(String message) { } |
Note:
See TracBrowser
for help on using the repository browser.
