Class PostProcessFailedError
🏭 Constructors
constructor
ts
PostProcessFailedError(jarPath: string, commands: string[], message: string): PostProcessFailedErrorParameters
- jarPath:
string - commands:
string[] - message:
string
Return Type
PostProcessFailedError
Defined in: packages/installer/profile.ts:330
🏷️ Properties
commands public
ts
commands: string[]Defined in: packages/installer/profile.ts:330
jarPath public
ts
jarPath: stringDefined in: packages/installer/profile.ts:330
name
ts
name: string = 'PostProcessFailedError'Defined in: packages/installer/profile.ts:334