Uses of Class
org.keycloak.representations.idm.ErrorRepresentation
- 
Packages that use ErrorRepresentation Package Description org.keycloak.representations.idm org.keycloak.services 
- 
- 
Uses of ErrorRepresentation in org.keycloak.representations.idmMethods in org.keycloak.representations.idm that return types with arguments of type ErrorRepresentation Modifier and Type Method Description List<ErrorRepresentation>ErrorRepresentation. getErrors()Method parameters in org.keycloak.representations.idm with type arguments of type ErrorRepresentation Modifier and Type Method Description voidErrorRepresentation. setErrors(List<ErrorRepresentation> errors)
- 
Uses of ErrorRepresentation in org.keycloak.servicesMethod parameters in org.keycloak.services with type arguments of type ErrorRepresentation Modifier and Type Method Description static ErrorResponseExceptionErrorResponse. errors(List<ErrorRepresentation> s, javax.ws.rs.core.Response.Status status)static ErrorResponseExceptionErrorResponse. errors(List<ErrorRepresentation> s, javax.ws.rs.core.Response.Status status, boolean shrinkSingleError)
 
-