Skip to content

Commit

Permalink
Merge pull request #5768 from BengangY/private/bengangy/CA-386173
Browse files Browse the repository at this point in the history
CA-386173: Update the message of WLB authentication issue
  • Loading branch information
minglumlu authored Jul 4, 2024
2 parents 01fffd5 + 3c14607 commit dd9ba19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocaml/idl/datamodel_errors.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd9ba19

Please sign in to comment.