Uses of Class
io.foodtechlab.exceptionhandler.core.Error
-
-
Uses of Error in io.foodtechlab.exceptionhandler.core
Methods in io.foodtechlab.exceptionhandler.core that return Error Modifier and Type Method Description static ErrorError. of(String title, String message, String domain, String reason, String detail)static ErrorError. unknownError(String title, String message, Throwable e)
-