CliDiagnosticError
Defined in: wp-typia-project-tools/src/runtime/cli/cli-diagnostics.ts:268
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/cli-diagnostics.ts:275
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/cli-diagnostics.ts:269
command
Section titled “command”
readonlycommand:string
Defined in: wp-typia-project-tools/src/runtime/cli/cli-diagnostics.ts:270
readonlyoptionaldata?:Record<string,unknown>
Defined in: wp-typia-project-tools/src/runtime/cli/cli-diagnostics.ts:271
detailLines
Section titled “detailLines”
readonlydetailLines:string[]
Defined in: wp-typia-project-tools/src/runtime/cli/cli-diagnostics.ts:272
summary
Section titled “summary”
readonlysummary:string
Defined in: wp-typia-project-tools/src/runtime/cli/cli-diagnostics.ts:273