Uses of Class
no.digipost.api.client.errorhandling.ErrorType
-
Packages that use ErrorType Package Description no.digipost.api.client.errorhandling -
-
Uses of ErrorType in no.digipost.api.client.errorhandling
Fields in no.digipost.api.client.errorhandling declared as ErrorType Modifier and Type Field Description ErrorTypeErrorCode. errorTypeFields 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 that return ErrorType Modifier and Type Method Description ErrorTypeDigipostClientException. getErrorType()ErrorTypeErrorCode. getOverriddenErrorType()static ErrorTypeErrorType. resolve(ErrorType errorType)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.
-