Skip to content

Commit f817fe6

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
improve no schema error message
1 parent 80a60aa commit f817fe6

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)