From 3c146076b25056b47d8f543aee05014be24a16ca Mon Sep 17 00:00:00 2001 From: Bengang Yuan Date: Tue, 2 Jul 2024 15:09:23 +0100 Subject: [PATCH] CA-386173: Update the message of WLB authentication issue Signed-off-by: Bengang Yuan --- ocaml/idl/datamodel_errors.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ocaml/idl/datamodel_errors.ml b/ocaml/idl/datamodel_errors.ml index 81dc1e10ed2..71f08f8bd90 100644 --- a/ocaml/idl/datamodel_errors.ml +++ b/ocaml/idl/datamodel_errors.ml @@ -916,7 +916,10 @@ let _ = error Api_errors.wlb_timeout ["configured_timeout"] ~doc:"The communication with the WLB server timed out." () ; error Api_errors.wlb_authentication_failed [] - ~doc:"WLB rejected our configured authentication details." () ; + ~doc: + "Failed to authenticate with the WLB server, the provided credentials \ + are invalid." + () ; error Api_errors.wlb_malformed_request [] ~doc:"WLB rejected the server's request as malformed." () ; error Api_errors.wlb_malformed_response