### YamlMime:JavaType uid: "com.azure.storage.file.datalake.models.FileQueryError" fullName: "com.azure.storage.file.datalake.models.FileQueryError" name: "FileQueryError" nameWithType: "FileQueryError" summary: "Defines a file query error that can be returned on parsing a file query request." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **FileQueryError**" constructors: - uid: "com.azure.storage.file.datalake.models.FileQueryError.FileQueryError(boolean,java.lang.String,java.lang.String,long)" fullName: "com.azure.storage.file.datalake.models.FileQueryError.FileQueryError(boolean fatal, String name, String description, long position)" name: "FileQueryError(boolean fatal, String name, String description, long position)" nameWithType: "FileQueryError.FileQueryError(boolean fatal, String name, String description, long position)" summary: "Creates a new FileQueryError object." parameters: - description: "Whether or not the error is fatal." name: "fatal" type: "" - description: "The name of the error." name: "name" type: "String" - description: "A description of the error." name: "description" type: "String" - description: "The file offset at which the error occurred." name: "position" type: "" syntax: "public FileQueryError(boolean fatal, String name, String description, long position)" desc: "Creates a new FileQueryError object." methods: - uid: "com.azure.storage.file.datalake.models.FileQueryError.getDescription()" fullName: "com.azure.storage.file.datalake.models.FileQueryError.getDescription()" name: "getDescription()" nameWithType: "FileQueryError.getDescription()" syntax: "public String getDescription()" returns: description: "A description of the error." type: "String" - uid: "com.azure.storage.file.datalake.models.FileQueryError.getName()" fullName: "com.azure.storage.file.datalake.models.FileQueryError.getName()" name: "getName()" nameWithType: "FileQueryError.getName()" syntax: "public String getName()" returns: description: "The name of the error." type: "String" - uid: "com.azure.storage.file.datalake.models.FileQueryError.getPosition()" fullName: "com.azure.storage.file.datalake.models.FileQueryError.getPosition()" name: "getPosition()" nameWithType: "FileQueryError.getPosition()" syntax: "public long getPosition()" returns: description: "The file offset at which the error occurred." type: "" - uid: "com.azure.storage.file.datalake.models.FileQueryError.isFatal()" fullName: "com.azure.storage.file.datalake.models.FileQueryError.isFatal()" name: "isFatal()" nameWithType: "FileQueryError.isFatal()" summary: "Whether or not the error is fatal." syntax: "public boolean isFatal()" desc: "Whether or not the error is fatal. If true, this error prevents further query processing. More result data may be returned, but there is no guarantee that all of the original data will be processed. If false, this error does not prevent further query processing." returns: description: "Whether or not the error is fatal." type: "" - uid: "com.azure.storage.file.datalake.models.FileQueryError.toString()" fullName: "com.azure.storage.file.datalake.models.FileQueryError.toString()" name: "toString()" nameWithType: "FileQueryError.toString()" overridden: "java.lang.Object.toString()" syntax: "public String toString()" returns: type: "String" type: "class" desc: "Defines a file query error that can be returned on parsing a file query request." metadata: {} package: "com.azure.storage.file.datalake.models" artifact: com.azure:azure-storage-file-datalake:12.20.1