Uses of Enum
no.digipost.api.client.representations.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in no.digipost.api.client.errorhandling
Fields in no.digipost.api.client.errorhandling with type parameters of type ErrorTypeMethods in no.digipost.api.client.errorhandling with parameters of type ErrorType -
Uses of ErrorType in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return ErrorTypeModifier and TypeMethodDescriptionstatic ErrorType
ErrorType.fromResponseStatus
(org.apache.http.StatusLine serverResponseStatus) static ErrorType
ErrorMessage.getErrorType()
static ErrorType
Returns the enum constant of this type with the specified name.static ErrorType[]
ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.digipost.api.client.representations with parameters of type ErrorTypeModifierConstructorDescriptionErrorMessage
(ErrorType errorType, String errorCode, String errorMessage, Link... linker) ErrorMessage
(ErrorType errorType, String errorMessage, Link... linker)