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