internal

open override val internal: Boolean

Indicates if this exception is due to an internal error or not.

Internal errors are those that are likely due to a bug in PartiQL itself or in the usage of its APIs.

Non-internal errors are caused by query authors--i.e. syntax errors, or semantic errors such as undefined variables, etc.