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. toErrorTypeMap
Methods in no.digipost.api.client.errorhandling with parameters of type ErrorType Modifier and Type Method Description static ErrorType
ErrorType. 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 ErrorType
ErrorType. fromResponseStatus(org.apache.http.StatusLine serverResponseStatus)
static ErrorType
ErrorType. fromValue(String v)
ErrorType
ErrorMessage. getErrorType()
static ErrorType
ErrorType. 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)
-