Class ErrorMessage
java.lang.Object
no.digipost.api.client.representations.Representation
no.digipost.api.client.representations.ErrorMessage
-
Field Summary
FieldsFields inherited from class no.digipost.api.client.representations.Representation
links
-
Constructor Summary
ConstructorsConstructorDescriptionErrorMessage
(ErrorType errorType, String errorCode, String errorMessage, Link... linker) ErrorMessage
(ErrorType errorType, String errorMessage, Link... linker) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLink()
int
hashCode()
void
toString()
withMessage
(String otherErrorMessage) Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
-
Field Details
-
EMPTY
-
-
Constructor Details
-
ErrorMessage
-
ErrorMessage
-
-
Method Details