Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 2 KB

failedtomatchconditionwithreasonerror.md

File metadata and controls

70 lines (38 loc) · 2 KB

selenidejsFailedToMatchConditionWithReasonError

Class: FailedToMatchConditionWithReasonError

Hierarchy

ConditionNotMatchedError

FailedToMatchConditionWithReasonError

Index

Constructors

Properties

Constructors

constructor

+ 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

Properties

message

message: string

Inherited from ConditionNotMatchedError.message

Defined in node_modules/typescript/lib/lib.es5.d.ts:974


name

name: string

Inherited from ConditionNotMatchedError.name

Defined in node_modules/typescript/lib/lib.es5.d.ts:973


Optional stack

stack? : string

Inherited from ConditionNotMatchedError.stack

Defined in node_modules/typescript/lib/lib.es5.d.ts:975