Uses of Class
com.broadleafcommerce.common.error.GlobalError
Packages that use GlobalError
Package
Description
-
Uses of GlobalError in com.broadleafcommerce.common.error
Methods in com.broadleafcommerce.common.error that return types with arguments of type GlobalErrorModifier and TypeMethodDescriptionApiError.getGlobalErrors()Optionally gives additional information to the client about what was wrong with their requestMethods in com.broadleafcommerce.common.error with parameters of type GlobalErrorModifier and TypeMethodDescriptionvoidApiError.addError(GlobalError error) Gives more information to a client about what went wrong in their requestMethod parameters in com.broadleafcommerce.common.error with type arguments of type GlobalErrorModifier and TypeMethodDescriptionApiError.withGlobalErrors(List<GlobalError> globalErrors) Optionally gives additional information to the client about what was wrong with their requestConstructor parameters in com.broadleafcommerce.common.error with type arguments of type GlobalErrorModifierConstructorDescriptionApiError(String type, String title, String exception, OffsetDateTime timestamp, org.springframework.http.HttpStatusCode status, int statusCode, List<GlobalError> globalErrors) -
Uses of GlobalError in com.broadleafcommerce.common.error.validation
Subclasses of GlobalError in com.broadleafcommerce.common.error.validation -
Uses of GlobalError in com.broadleafcommerce.common.error.validation.web
Methods in com.broadleafcommerce.common.error.validation.web that return GlobalErrorModifier and TypeMethodDescriptionprotected GlobalErrorApiValidationWebExceptionAdvisor.convert(org.springframework.validation.ObjectError from)