Class PostProcessValidationFailedError
🏭 Constructors
constructor
ts
PostProcessValidationFailedError(jarPath: string, commands: string[], message: string, file: string, expect: string, actual: string): PostProcessValidationFailedError
Parameters
- jarPath:
string
- commands:
string[]
- message:
string
- file:
string
- expect:
string
- actual:
string
Return Type
PostProcessValidationFailedError
Defined in: packages/installer/profile.ts:338
🏷️ Properties
actual readonly
ts
actual: string
Defined in: packages/installer/profile.ts:338
commands public
ts
commands: string[]
Inherited from: PostProcessFailedError.commands
Defined in: packages/installer/profile.ts:330
expect readonly
ts
expect: string
Defined in: packages/installer/profile.ts:338
file readonly
ts
file: string
Defined in: packages/installer/profile.ts:338
jarPath public
ts
jarPath: string
Inherited from: PostProcessFailedError.jarPath
Defined in: packages/installer/profile.ts:330
name
ts
name: string = 'PostProcessValidationFailedError'
Defined in: packages/installer/profile.ts:342