AssertionApiAlreadyExistsError
Hierarchy
ExtendableError
ExtendableError
↳ AssertionApiAlreadyExistsError
Index
Constructors
Properties
Methods
Constructors
constructor
+ new AssertionApiAlreadyExistsError(asserterName
: string, assertionName
: string, path
: string): AssertionApiAlreadyExistsError
Overrides StateError.constructor
Parameters:
Name | Type |
---|---|
asserterName | string |
assertionName | string |
path | string |
Returns: AssertionApiAlreadyExistsError
Properties
Optional
code
• code? : number
Inherited from StateError.code
Overrides StateError.code
message
• message: string
Inherited from StateError.message
Overrides void
name
• name: string
Inherited from StateError.name
Overrides void
Optional
stack
• stack? : string
Inherited from StateError.stack
Overrides void
Methods
fillErrorProps
▸ fillErrorProps(props
: ErrorProps): ErrorProps
Inherited from StateError.fillErrorProps
Overrides StateError.fillErrorProps
Parameters:
Name | Type |
---|---|
props | ErrorProps |
Returns: ErrorProps