Skip to content

Commit 4d89c21

Browse files
authored
Merge pull request #384 from SteveL-MSFT/no-schema-error
improve `no schema` error message
2 parents 082f7d2 + 58de78b commit 4d89c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/dscerror.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub enum DscError {
8989
#[error("Schema: {0}")]
9090
Schema(String),
9191

92-
#[error("No Schema: {0}")]
92+
#[error("No Schema found and `validate` is not supported: {0}")]
9393
SchemaNotAvailable(String),
9494

9595
#[error("Security context: {0}")]

0 commit comments

Comments
 (0)