InvalidActionResultError
Class
InvalidActionResultError
Hierarchy
Error
↳ InvalidActionResultError
Index
Constructors
Properties
Constructors
constructor
new InvalidActionResultError(error: string
): InvalidActionResultError
Defined in Library/Error/InvalidActionResultError.ts:1
Parameters:
Name | Type |
---|---|
error | string |
Returns: InvalidActionResultError
Properties
message
message: string
Inherited from Error.message
**
name
name: string
Inherited from Error.name
**
Optional
stack
stack: string
Inherited from Error.stack
Overrides Error.stack
**
Static
Error
Error: ErrorConstructor
**