Certificate exit return codes
The following return codes are recognized by MQIPT when calling a certificate exit in the following situations:
Return code | Description | init | validate | refresh |
---|---|---|---|---|
ExitRc.OK | Request completed successfully. | yes | yes | yes |
ExitRc.INIT_ERROR | Init request failed, route will be disabled. | yes | ||
ExitRc.REFRESH_ERROR | Refresh request failed, route will be disabled. | yes | ||
ExitRc.VALIDATE_ERROR | Validation process failed, connection request rejected. | yes | ||
ExitRc.VALIDATE_REJECTED | Validation request rejected, connection request rejected. | yes |