We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01fffd5 + 3c14607 commit dd9ba19Copy full SHA for dd9ba19
ocaml/idl/datamodel_errors.ml
@@ -916,7 +916,10 @@ let _ =
916
error Api_errors.wlb_timeout ["configured_timeout"]
917
~doc:"The communication with the WLB server timed out." () ;
918
error Api_errors.wlb_authentication_failed []
919
- ~doc:"WLB rejected our configured authentication details." () ;
+ ~doc:
920
+ "Failed to authenticate with the WLB server, the provided credentials \
921
+ are invalid."
922
+ () ;
923
error Api_errors.wlb_malformed_request []
924
~doc:"WLB rejected the server's request as malformed." () ;
925
error Api_errors.wlb_malformed_response
0 commit comments