Uses of Class
no.digipost.api.client.errorhandling.ErrorCode
-
Packages that use ErrorCode Package Description no.digipost.api.client.errorhandling -
-
Uses of ErrorCode in no.digipost.api.client.errorhandling
Methods in no.digipost.api.client.errorhandling that return ErrorCode Modifier and Type Method Description ErrorCodeDigipostClientException. getErrorCode()static ErrorCodeErrorCode. resolve(String errorCode)static ErrorCodeErrorCode. resolve(Throwable t)static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.api.client.errorhandling with parameters of type ErrorCode Modifier and Type Method Description booleanDigipostClientException. isOneOf(ErrorCode... codes)Method parameters in no.digipost.api.client.errorhandling with type arguments of type ErrorCode Modifier and Type Method Description booleanDigipostClientException. isOneOf(Iterable<ErrorCode> codes)Constructors in no.digipost.api.client.errorhandling with parameters of type ErrorCode Constructor Description DigipostClientException(ErrorCode code, String message)DigipostClientException(ErrorCode code, String message, Throwable cause)DigipostClientException(ErrorCode code, Throwable cause)
-