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 ErrorType
ErrorCode. errorType
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 that return ErrorType Modifier and Type Method Description ErrorType
DigipostClientException. getErrorType()
ErrorType
ErrorCode. getOverriddenErrorType()
static ErrorType
ErrorType. resolve(ErrorType errorType)
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.
-