QuestDBExceptions
QuestDBClient.QuestDBExceptions.ColumnNameLengthLimitExceededExceptionQuestDBClient.QuestDBExceptions.EmptyColumnNameExceptionQuestDBClient.QuestDBExceptions.IllegalColumnNameCharacterExceptionQuestDBClient.QuestDBExceptions.IllegalTableNameCharacterExceptionQuestDBClient.QuestDBExceptions.MalformedLineProtocolSyntaxExceptionQuestDBClient.QuestDBExceptions.MissingTableDeclarationExceptionQuestDBClient.QuestDBExceptions.MultipleTableDefinitionsExceptionQuestDBClient.QuestDBExceptions.QuestDBClientExceptionQuestDBClient.QuestDBExceptions.UnsupportedAtColumnTypeExceptionQuestDBClient.QuestDBExceptions.UnsupportedColumnTypeException
QuestDBClient.QuestDBExceptions.QuestDBClientException — Typeabstract type QuestDBClientException <: Exception endCustom exception type used in QuestDBClient
QuestDBClient.QuestDBExceptions.IllegalTableNameCharacterException — Typestruct IllegalTableNameCharacterException <: QuestDBClientException
errorMessage::String
endIllegal Table Name character exception
QuestDBClient.QuestDBExceptions.IllegalColumnNameCharacterException — Typestruct IllegalColumnNameCharacterException <: QuestDBClientException
errorMessage::String
endIllegal Column Name character exception
QuestDBClient.QuestDBExceptions.EmptyColumnNameException — Typestruct EmptyColumnNameException <: QuestDBClientException
errorMessage::String
endEmpty Column Name exception
QuestDBClient.QuestDBExceptions.ColumnNameLengthLimitExceededException — Typestruct ColumnNameLengthLimitExceededException <: QuestDBClientException
message::String
endColumn Name Length LimitnExceeded exception
QuestDBClient.QuestDBExceptions.MultipleTableDefinitionsException — Typestruct MultipleTableDefinitionsException <: QuestDBClientException
message::String
endMultiple Table definitions detected
QuestDBClient.QuestDBExceptions.MissingTableDeclarationException — Typestruct MissingTableDeclarationException <: QuestDBClientException
message::String
endMissing table declaration detected -> May change this to MalformedLineProtocolSyntaxException
QuestDBClient.QuestDBExceptions.MalformedLineProtocolSyntaxException — Typestruct MalformedLineProtocolSyntaxException <: QuestDBClientException
message::String
endMalformed Line Protocol syntax detected
QuestDBClient.QuestDBExceptions.UnsupportedColumnTypeException — Typestruct UnsupportedColumnTypeException <: QuestDBClientException
message::String
endUnsupported Column Types detected
QuestDBClient.QuestDBExceptions.UnsupportedAtColumnTypeException — Typestruct UnsupportedAtColumnTypeException <: QuestDBClientException
message::String
endSpecified At Column is not a timestamp