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 082f7d2 + 58de78b commit 4d89c21Copy full SHA for 4d89c21
dsc_lib/src/dscerror.rs
@@ -89,7 +89,7 @@ pub enum DscError {
89
#[error("Schema: {0}")]
90
Schema(String),
91
92
- #[error("No Schema: {0}")]
+ #[error("No Schema found and `validate` is not supported: {0}")]
93
SchemaNotAvailable(String),
94
95
#[error("Security context: {0}")]
0 commit comments