# InvalidAddressError Class

Error thrown when the given address is invalid.

# Constructors

# constructor

+ new InvalidAddressError(address: SimpleCellAddress): InvalidAddressError

Defined in src/errors.ts:56 (opens new window)

Parameters:

Name Type
address SimpleCellAddress

Returns: InvalidAddressError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor