Uses of Class
no.digipost.api.client.representations.ErrorMessage
-
Packages that use ErrorMessage Package Description no.digipost.api.client.errorhandling no.digipost.api.client.representations Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of ErrorMessage in no.digipost.api.client.errorhandling
Constructors in no.digipost.api.client.errorhandling with parameters of type ErrorMessage Constructor Description DigipostClientException(ErrorMessage error)
-
Uses of ErrorMessage in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as ErrorMessage Modifier and Type Field Description static ErrorMessage
ErrorMessage. EMPTY
Methods in no.digipost.api.client.representations that return ErrorMessage Modifier and Type Method Description ErrorMessage
ObjectFactory. createErrorMessage()
ErrorMessage
ErrorMessage. withMessage(String otherErrorMessage)
-