Uses of Class
org.praxisplatform.uischema.rest.response.CustomProblemDetail
Packages that use CustomProblemDetail
Package
Description
Modelos canonicos de resposta REST da plataforma.
-
Uses of CustomProblemDetail in org.praxisplatform.uischema.rest.response
Method parameters in org.praxisplatform.uischema.rest.response with type arguments of type CustomProblemDetailModifier and TypeMethodDescriptionstatic <T> RestApiResponse<T> RestApiResponse.failure(String message, List<CustomProblemDetail> errors) Cria um envelope de falha com mensagem e detalhes estruturados.