CliDiagnosticError
Defined in: wp-typia-project-tools/src/runtime/cli-diagnostics.ts:259
Structured CLI failure carrying a stable summary/detail layout.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new CliDiagnosticError(
message,options?):CliDiagnosticError
Defined in: wp-typia-project-tools/src/runtime/cli-diagnostics.ts:265
Parameters
Section titled “Parameters”message
Section titled “message”options?
Section titled “options?”ErrorOptions
Returns
Section titled “Returns”CliDiagnosticError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”
readonlycode:CliDiagnosticCode
Defined in: wp-typia-project-tools/src/runtime/cli-diagnostics.ts:260
command
Section titled “command”
readonlycommand:string
Defined in: wp-typia-project-tools/src/runtime/cli-diagnostics.ts:261
detailLines
Section titled “detailLines”
readonlydetailLines:string[]
Defined in: wp-typia-project-tools/src/runtime/cli-diagnostics.ts:262
summary
Section titled “summary”
readonlysummary:string
Defined in: wp-typia-project-tools/src/runtime/cli-diagnostics.ts:263