Uses of Class
org.keycloak.representations.idm.ErrorRepresentation
Packages that use ErrorRepresentation
-
Uses of ErrorRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return types with arguments of type ErrorRepresentationMethod parameters in org.keycloak.representations.idm with type arguments of type ErrorRepresentationModifier and TypeMethodDescriptionvoid
ErrorRepresentation.setErrors
(List<ErrorRepresentation> errors) -
Uses of ErrorRepresentation in org.keycloak.services
Method parameters in org.keycloak.services with type arguments of type ErrorRepresentationModifier and TypeMethodDescriptionstatic ErrorResponseException
ErrorResponse.errors
(List<ErrorRepresentation> s, jakarta.ws.rs.core.Response.Status status) static ErrorResponseException
ErrorResponse.errors
(List<ErrorRepresentation> s, jakarta.ws.rs.core.Response.Status status, boolean shrinkSingleError)