CsvDelimiterValidationError
Home > @gooddata/sdk-model > CsvDelimiterValidationError
CsvDelimiterValidationError type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Validation error codes returned by getCsvDelimiterValidationError().
"singleCharacter"— the value is empty or longer than one character. -"unsupportedCharacter"— the character is not in the allowed set.
Signature:
export type CsvDelimiterValidationError = "singleCharacter" | "unsupportedCharacter";