# NoSheetWithIdError Class

Error thrown when the sheet of a given ID does not exist.

# Constructors

# constructor

+ new NoSheetWithIdError(sheetId: number): NoSheetWithIdError

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

Parameters:

Name Type
sheetId number

Returns: NoSheetWithIdError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor