-3

How does your project handle the situation when feign calls the remote method to return to null?

1 Answers1

0

You can add the status and error message attributes in response. In this case response may be

{
  "status": "error",
  "message": "Something went wrong, Report not found"
}
Guy
  • 46,488
  • 10
  • 44
  • 88
DEVAS
  • 344
  • 2
  • 12