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