NoSheetWithIdError
Error thrown when the sheet of a given ID does not exist.
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new NoSheetWithIdError(sheetId: number): NoSheetWithIdError
Defined in src/errors.ts:11
Parameters:
| Name | Type |
|---|---|
sheetId | number |
Returns: NoSheetWithIdError
Properties
Section titled “Properties”message
Section titled “message”• message: string
• name: string
• stack? : undefined | string
▪ Error: ErrorConstructor