Uses of Class
io.foodtechlab.exceptionhandler.core.ErrorApiResponse
-
-
Uses of ErrorApiResponse in io.foodtechlab.exceptionhandler.core
Methods in io.foodtechlab.exceptionhandler.core that return ErrorApiResponse Modifier and Type Method Description static <Error> ErrorApiResponse<Error>ErrorApiResponse. badRequest(List<Error> errors, String path, String traceId)static <Error> ErrorApiResponse<Error>ErrorApiResponse. forbidden(List<Error> errors, String path, String traceId)static <Error> ErrorApiResponse<Error>ErrorApiResponse. internalServerError(List<Error> errors, String path, String traceId)static <Error> ErrorApiResponse<Error>ErrorApiResponse. notFound(List<Error> errors, String path, String traceId)static <Error> ErrorApiResponse<Error>ErrorApiResponse. of(List<Error> errors, int status, String path, String traceId)static <Error> ErrorApiResponse<Error>ErrorApiResponse. tooManyRequest(List<Error> errors, String path, String traceId)static <Error> ErrorApiResponse<Error>ErrorApiResponse. unauthorized(List<Error> errors, String path, String traceId)
-