Skip to main content
Version: 1.x

CommandRouteDiagnostic

CommandRouteDiagnostic​

Validation or compilation diagnostic emitted while building the command tree.

Signature
interface CommandRouteDiagnostic {
code: string;
message: string;
path: string;
}

code​

property
string

message​

property
string

path​

property
string