Skip to content
# Type Alias: SqlFormatterOptionsValidationErrorCode

SqlFormatterOptionsValidationErrorCode = "SQL_FORMATTER_OPTIONS_NOT_OBJECT" | "SQL_FORMATTER_OPTION_UNKNOWN" | "SQL_FORMATTER_OPTION_VALUE_INVALID"

Defined in: packages/core/src/transformers/SqlFormatterOptionsParser.ts:4

Stable failure categories reported when external formatter options are invalid.

Released under the MIT License.