Class ApiConstants.StatusResponseMessages
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiConstants.StatusResponseMessages
- Enclosing class:
ApiConstants
Common status/response message templates for API results and errors.
Unless otherwise noted, messages including %s or %d are String.format(String, Object...) templates and should be formatted before returning to
clients.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCatch-all public error message.static final StringHTTP 400 public error message.static final StringHTTP 401 public error message.static final StringHTTP 403 public error message.static final StringHTTP 404 public error message.static final StringHTTP 409 public error message.static final StringHTTP 500 public error message.static final StringHTTP 503 public error message. -
Method Summary
-
Field Details
-
HTTP_400_PUBLIC_MESSAGE
-
HTTP_404_PUBLIC_MESSAGE
-
HTTP_409_PUBLIC_MESSAGE
-
HTTP_401_PUBLIC_MESSAGE
-
HTTP_403_PUBLIC_MESSAGE
-
HTTP_500_PUBLIC_MESSAGE
-
HTTP_503_PUBLIC_MESSAGE
-
HTTP_000_PUBLIC_MESSAGE
-