Uses of Enum
no.digipost.api.client.errorhandling.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in no.digipost.api.client.errorhandling
Methods in no.digipost.api.client.errorhandling that return ErrorCodeModifier and TypeMethodDescriptionDigipostClientException.getErrorCode()static ErrorCodestatic ErrorCodestatic ErrorCodeReturns 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 ErrorCodeMethod parameters in no.digipost.api.client.errorhandling with type arguments of type ErrorCodeModifier and TypeMethodDescriptionbooleanConstructors in no.digipost.api.client.errorhandling with parameters of type ErrorCodeModifierConstructorDescriptionDigipostClientException(ErrorCode code, String message) DigipostClientException(ErrorCode code, String message, Throwable cause) DigipostClientException(ErrorCode code, Throwable cause)