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