Skip to content

Commit dd9ba19

Browse files
authored
Merge pull request #5768 from BengangY/private/bengangy/CA-386173
CA-386173: Update the message of WLB authentication issue
2 parents 01fffd5 + 3c14607 commit dd9ba19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ocaml/idl/datamodel_errors.ml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,10 @@ let _ =
916916
error Api_errors.wlb_timeout ["configured_timeout"]
917917
~doc:"The communication with the WLB server timed out." () ;
918918
error Api_errors.wlb_authentication_failed []
919-
~doc:"WLB rejected our configured authentication details." () ;
919+
~doc:
920+
"Failed to authenticate with the WLB server, the provided credentials \
921+
are invalid."
922+
() ;
920923
error Api_errors.wlb_malformed_request []
921924
~doc:"WLB rejected the server's request as malformed." () ;
922925
error Api_errors.wlb_malformed_response

0 commit comments

Comments
 (0)