CommandRouteDiagnostic
CommandRouteDiagnostic
Validation or compilation diagnostic emitted while building the command tree.
Signature
interface CommandRouteDiagnostic {
code: string;
message: string;
path: string;
}
Validation or compilation diagnostic emitted while building the command tree.
interface CommandRouteDiagnostic {
code: string;
message: string;
path: string;
}