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