QuestDBExceptions
QuestDBClient.QuestDBExceptions.ColumnNameLengthLimitExceededException
QuestDBClient.QuestDBExceptions.EmptyColumnNameException
QuestDBClient.QuestDBExceptions.IllegalColumnNameCharacterException
QuestDBClient.QuestDBExceptions.IllegalTableNameCharacterException
QuestDBClient.QuestDBExceptions.MalformedLineProtocolSyntaxException
QuestDBClient.QuestDBExceptions.MissingTableDeclarationException
QuestDBClient.QuestDBExceptions.MultipleTableDefinitionsException
QuestDBClient.QuestDBExceptions.QuestDBClientException
QuestDBClient.QuestDBExceptions.UnsupportedAtColumnTypeException
QuestDBClient.QuestDBExceptions.UnsupportedColumnTypeException
QuestDBClient.QuestDBExceptions.QuestDBClientException
— Typeabstract type QuestDBClientException <: Exception end
Custom exception type used in QuestDBClient
QuestDBClient.QuestDBExceptions.IllegalTableNameCharacterException
— Typestruct IllegalTableNameCharacterException <: QuestDBClientException
errorMessage::String
end
Illegal Table Name character exception
QuestDBClient.QuestDBExceptions.IllegalColumnNameCharacterException
— Typestruct IllegalColumnNameCharacterException <: QuestDBClientException
errorMessage::String
end
Illegal Column Name character exception
QuestDBClient.QuestDBExceptions.EmptyColumnNameException
— Typestruct EmptyColumnNameException <: QuestDBClientException
errorMessage::String
end
Empty Column Name exception
QuestDBClient.QuestDBExceptions.ColumnNameLengthLimitExceededException
— Typestruct ColumnNameLengthLimitExceededException <: QuestDBClientException
message::String
end
Column Name Length LimitnExceeded exception
QuestDBClient.QuestDBExceptions.MultipleTableDefinitionsException
— Typestruct MultipleTableDefinitionsException <: QuestDBClientException
message::String
end
Multiple Table definitions detected
QuestDBClient.QuestDBExceptions.MissingTableDeclarationException
— Typestruct MissingTableDeclarationException <: QuestDBClientException
message::String
end
Missing table declaration detected -> May change this to MalformedLineProtocolSyntaxException
QuestDBClient.QuestDBExceptions.MalformedLineProtocolSyntaxException
— Typestruct MalformedLineProtocolSyntaxException <: QuestDBClientException
message::String
end
Malformed Line Protocol syntax detected
QuestDBClient.QuestDBExceptions.UnsupportedColumnTypeException
— Typestruct UnsupportedColumnTypeException <: QuestDBClientException
message::String
end
Unsupported Column Types detected
QuestDBClient.QuestDBExceptions.UnsupportedAtColumnTypeException
— Typestruct UnsupportedAtColumnTypeException <: QuestDBClientException
message::String
end
Specified At Column is not a timestamp