blob: 1818120adc1870ca8378238e1237692dc739e2f8 [file] [log] [blame]
###############################################################################
# Copyright (c) 2013, 2014 Ericsson
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Ericsson - Initial API and implementation
###############################################################################
ErrorOpeningIndex=Error opening index. File: {0}
BTree_IOErrorAllocatingNode=I/O error allocating index node. File: {0}
IOErrorClosingIndex=Error closing index. File: {0}
IOErrorReadingHeader=Error reading index header. File: {0}
IOErrorWritingHeader=Error writing index header. File: {0}
BTreeNode_IOErrorLoading=I/O error loading index node. Offset: {0} file: {1}
BTreeNode_IOErrorWriting=I/O error writing index node. Offset: {0} file: {1}
FlatArray_IOErrorReading=I/O error reading index checkpoint. File: {0}
FlatArray_IOErrorWriting=I/O error writing index checkpoint. File: {0}