selenidejs › FailedToMatchConditionWithReasonError
↳ FailedToMatchConditionWithReasonError
+ new FailedToMatchConditionWithReasonError(expected
: string, reason
: Error): FailedToMatchConditionWithReasonError
Overrides ConditionNotMatchedError.constructor
Defined in lib/errors/conditionDoesNotMatchError.ts:23
Parameters:
Name | Type |
---|---|
expected |
string |
reason |
Error |
Returns: FailedToMatchConditionWithReasonError
• message: string
Inherited from ConditionNotMatchedError.message
Defined in node_modules/typescript/lib/lib.es5.d.ts:974
• name: string
Inherited from ConditionNotMatchedError.name
Defined in node_modules/typescript/lib/lib.es5.d.ts:973
• stack? : string
Inherited from ConditionNotMatchedError.stack
Defined in node_modules/typescript/lib/lib.es5.d.ts:975