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 ErrorCode
DigipostClientException. getErrorCode()
static ErrorCode
ErrorCode. resolve(String errorCode)
static ErrorCode
ErrorCode. resolve(Throwable t)
static ErrorCode
ErrorCode. 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 boolean
DigipostClientException. isOneOf(ErrorCode... codes)
Method parameters in no.digipost.api.client.errorhandling with type arguments of type ErrorCode Modifier and Type Method Description boolean
DigipostClientException. 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)
-