Uses of Class
com.microsoft.azure.kusto.ingest.result.IngestionErrorCode
-
Packages that use IngestionErrorCode Package Description com.microsoft.azure.kusto.ingest.result -
-
Uses of IngestionErrorCode in com.microsoft.azure.kusto.ingest.result
Fields in com.microsoft.azure.kusto.ingest.result declared as IngestionErrorCode Modifier and Type Field Description IngestionErrorCodeIngestionStatus. errorCodeMethods in com.microsoft.azure.kusto.ingest.result that return IngestionErrorCode Modifier and Type Method Description static IngestionErrorCodeIngestionErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionErrorCode[]IngestionErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-