We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b08d8 commit 764d356Copy full SHA for 764d356
1 file changed
src/lib.rs
@@ -66,7 +66,7 @@ pub enum EtcdFdwError {
66
#[error("KeyFile and CertFile must both be present.")]
67
CertKeyMismatch(()),
68
69
- #[error("User and Password must both be specified.")]
+ #[error("User and Password must both be specified through user mappings.")]
70
UserPassMismatch(()),
71
72
#[error("Column {0} is not contained in the input dataset")]
0 commit comments