Objects
NascentError
NascentException
NascentPermissions
NascentTableColumn
NascentTableRefineOptions
NascentUser
NascentWarning
Types
NascentPermissionSet
NascentSerializationMap
NascentTableContentDelegate
NascentTableItemQuery
UI
NascentPermissionsPanel
NascentTable
Utilities
NascentProcessor
NascentTableController
NascentUserManager
Firebase
NascentFirestoreMappedReference
NascentFirestoreObject
Abstract

CLASS

NascentException

Universal exception for processing errors while running scripts.

Overview

Exceptions are usable through the following objects:
NascentWarning: User-friendly exception for returning validation errors and end-user issues.
NascentError: Nondescript error message for handling internal errors.

Constructors

NameDescription
NascentException(
 String description
 Boolean friendly
)

Arguments

StringdescriptionDescription of the error encountered.
BooleanfriendlyIndicates whether the exception and it's message are user-friendly.