InvalidAddressError
Error thrown when the given address is invalid.
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new InvalidAddressError(address: SimpleCellAddress): InvalidAddressError
Defined in src/errors.ts:56
Parameters:
| Name | Type |
|---|---|
address | SimpleCellAddress |
Returns: InvalidAddressError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor