Class PostProcessValidationFailedError
🏭 Constructors
constructor
ts
PostProcessValidationFailedError(jarPath: string, commands: string[], message: string, file: string, expect: string, actual: string): PostProcessValidationFailedErrorParameters
- 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: stringDefined 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: stringDefined in: packages/installer/profile.ts:338
file readonly
ts
file: stringDefined in: packages/installer/profile.ts:338
jarPath public
ts
jarPath: stringInherited from: PostProcessFailedError.jarPath
Defined in: packages/installer/profile.ts:330
name
ts
name: string = 'PostProcessValidationFailedError'Defined in: packages/installer/profile.ts:342