Package de.aeb.xnsg.foundation.bf.rest
Class ErrorResponseMessageDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.ResponseMessageDTO
de.aeb.xnsg.foundation.bf.rest.ErrorResponseMessageDTO
DTO for general errors messages or errors messages related to a contraint violation of a certain field.
-
Field Summary
FieldsModifier and TypeFieldDescriptionPointer to the data field which contains the erroneous value.Textual representation of the erroneous value.Fields inherited from class de.aeb.xnsg.foundation.bf.ResponseMessageDTO
indentationLevel, messageIdentCode, messageTexts, messageType, MESSAGETYPE_ERROR, MESSAGETYPE_INFO, MESSAGETYPE_WARNING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCode identifying the type of the error.Description of error in the requested languages.Methods inherited from class de.aeb.xnsg.foundation.bf.ResponseMessageDTO
toString
-
Field Details
-
field
Pointer to the data field which contains the erroneous value. This field is only filled in case of field errors. -
invalidValue
Textual representation of the erroneous value. This field is only filled in case of field errors.
-
-
Constructor Details
-
ErrorResponseMessageDTO
public ErrorResponseMessageDTO()
-
-
Method Details
-
getMessageIdentCode
Code identifying the type of the error. -
getMessageTexts
Description of error in the requested languages.
-