Uses of Class
no.digipost.api.client.representations.ErrorType
-
Packages that use ErrorType 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 ErrorType in no.digipost.api.client.errorhandling
Fields in no.digipost.api.client.errorhandling with type parameters of type ErrorType Modifier and Type Field Description static Map<ErrorType,ErrorType>ErrorType. toErrorTypeMapMethods in no.digipost.api.client.errorhandling with parameters of type ErrorType Modifier and Type Method Description static ErrorTypeErrorType. resolve(ErrorType errorType) -
Uses of ErrorType in no.digipost.api.client.representations
Methods in no.digipost.api.client.representations that return ErrorType Modifier and Type Method Description static ErrorTypeErrorType. fromResponseStatus(org.apache.http.StatusLine serverResponseStatus)static ErrorTypeErrorType. fromValue(String v)ErrorTypeErrorMessage. getErrorType()static ErrorTypeErrorType. valueOf(String name)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 ErrorType Constructor Description ErrorMessage(ErrorType errorType, String errorCode, String errorMessage, Link... linker)ErrorMessage(ErrorType errorType, String errorMessage, Link... linker)
-