Uses of Class
io.mosip.kernel.websub.api.constants.WebSubClientErrorCode
-
Packages that use WebSubClientErrorCode Package Description io.mosip.kernel.websub.api.constants -
-
Uses of WebSubClientErrorCode in io.mosip.kernel.websub.api.constants
Methods in io.mosip.kernel.websub.api.constants that return WebSubClientErrorCode Modifier and Type Method Description static WebSubClientErrorCodeWebSubClientErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WebSubClientErrorCode[]WebSubClientErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-