Uses of Class
no.priv.bang.modeling.modelstore.services.ErrorBean
-
Packages that use ErrorBean Package Description no.priv.bang.modeling.modelstore.backend no.priv.bang.modeling.modelstore.services -
-
Uses of ErrorBean in no.priv.bang.modeling.modelstore.backend
Fields in no.priv.bang.modeling.modelstore.backend with type parameters of type ErrorBean Modifier and Type Field Description private List<ErrorBean>
ModelstoreBase. errors
Methods in no.priv.bang.modeling.modelstore.backend that return types with arguments of type ErrorBean Modifier and Type Method Description List<ErrorBean>
ModelstoreBase. getErrors()
-
Uses of ErrorBean in no.priv.bang.modeling.modelstore.services
Methods in no.priv.bang.modeling.modelstore.services that return types with arguments of type ErrorBean Modifier and Type Method Description List<ErrorBean>
Modelstore. getErrors()
Get the list of logged errors
-