• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdeutils
  • Sitemap
  • Contact Us
 

ark

bkError.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define BKERROR_ADD_BOOT_RECORD_WRONG_SIZE   -1032
#define BKERROR_ADD_BOOT_RECORD_WRONG_SIZE_TEXT   "Size of boot record on the filesystem does not match the size requested via the boot record type parameter"
#define BKERROR_ADD_FILE_TOO_BIG   -1037
#define BKERROR_ADD_FILE_TOO_BIG_TEXT   "Cannot add file larger than 4294967295 bytes because the ISO filesystem does not support such large files"
#define BKERROR_ADD_UNKNOWN_BOOT_MEDIA   -1031
#define BKERROR_ADD_UNKNOWN_BOOT_MEDIA_TEXT   "Unable to add boot record with unknown media type"
#define BKERROR_BLANK_NAME   -1036
#define BKERROR_BLANK_NAME_TEXT   "Name cannot be blank"
#define BKERROR_CREATE_SYMLINK_FAILED   -1044
#define BKERROR_CREATE_SYMLINK_FAILED_TEXT   "Failed to create symbolic link"
#define BKERROR_DELETE_ROOT   -1024
#define BKERROR_DELETE_ROOT_TEXT   "Deleting root of iso not allowed"
#define BKERROR_DIR_NOT_FOUND_ON_IMAGE   -1002
#define BKERROR_DIR_NOT_FOUND_ON_IMAGE_TEXT   "Directory not found on image"
#define BKERROR_DIRNAME_NEED_TRAILING_SLASH   -1022
#define BKERROR_DIRNAME_NEED_TRAILING_SLASH_TEXT   "String specifying directory name must end with '/'"
#define BKERROR_DUPLICATE_ADD   -1025
#define BKERROR_DUPLICATE_ADD_TEXT   "Cannot add item because another item with the same name already exists in this directory"
#define BKERROR_DUPLICATE_CREATE_DIR   -1034
#define BKERROR_DUPLICATE_CREATE_DIR_TEXT   "Cannot create directory because another file or directory with the same name exists"
#define BKERROR_DUPLICATE_EXTRACT   -1026
#define BKERROR_DUPLICATE_EXTRACT_TEXT   "Cannot extract item because another item with the same name already exists in this directory"
#define BKERROR_DUPLICATE_RENAME   -1050
#define BKERROR_DUPLICATE_RENAME_TEXT   "Cannot rename item because another file or directory with the same name exists"
#define BKERROR_END   -1000000
#define BKERROR_END_TEXT   "Double oops, unusable error number used"
#define BKERROR_EXOTIC   -1008
#define BKERROR_EXOTIC_TEXT   "Some really exotic problem happened"
#define BKERROR_EXTRACT_ABSENT_BOOT_RECORD   -1029
#define BKERROR_EXTRACT_ABSENT_BOOT_RECORD_TEXT   "Cannot extract boot record because there is none on the image"
#define BKERROR_EXTRACT_ROOT   -1023
#define BKERROR_EXTRACT_ROOT_TEXT   "Extracting root of iso not allowed"
#define BKERROR_EXTRACT_UNKNOWN_BOOT_MEDIA   -1030
#define BKERROR_EXTRACT_UNKNOWN_BOOT_MEDIA_TEXT   "Unable to extract boot record of unknown media type"
#define BKERROR_FILE_NOT_FOUND_ON_IMAGE   -1010
#define BKERROR_FILE_NOT_FOUND_ON_IMAGE_TEXT   "File not found on image"
#define BKERROR_FIXME   -1009
#define BKERROR_FIXME_TEXT   "Incomplete/broken something that the author needs to fix, please report bug"
#define BKERROR_GET_PERM_BAD_PARAM   -1051
#define BKERROR_GET_PERM_BAD_PARAM_TEXT   "bk_get_permissions() called with NULL mode_t*"
#define BKERROR_HARD_LINK_CALL_PARAMS   -1046
#define BKERROR_HARD_LINK_CALL_PARAMS_TEXT   "Call to a hard link function with both a 0 offset and a NULL filename not allowed"
#define BKERROR_INVALID_UCS2   -1016
#define BKERROR_INVALID_UCS2_TEXT   "Invalid UCS-2 string"
#define BKERROR_ITEM_NOT_FOUND_ON_IMAGE   -1049
#define BKERROR_ITEM_NOT_FOUND_ON_IMAGE_TEXT   "Item not found on image"
#define BKERROR_MANGLE_TOO_MANY_COL   -1014
#define BKERROR_MANGLE_TOO_MANY_COL_TEXT   "Too many collisons while mangling filenames (too many files/directories with a similar name)"
#define BKERROR_MAX_ID   -1001
#define BKERROR_MAX_NAME_LENGTH_EXCEEDED   -1003
#define BKERROR_MAX_NAME_LENGTH_EXCEEDED_TEXT   "Maximum file/directory name length exceeded"
#define BKERROR_MIN_ID   -10000
#define BKERROR_MISFORMED_PATH   -1015
#define BKERROR_MISFORMED_PATH_TEXT   "Misformed path"
#define BKERROR_MKDIR_FAILED   -1011
#define BKERROR_MKDIR_FAILED_TEXT   "Failed to create directory on the filesystem"
#define BKERROR_NAME_INVALID   -1047
#define BKERROR_NAME_INVALID_CHAR   -1035
#define BKERROR_NAME_INVALID_CHAR_TEXT   "Name contains invalid character(s)"
#define BKERROR_NAME_INVALID_TEXT   "Invalid file/directory name"
#define BKERROR_NO_POSIX_PRESENT   -1028
#define BKERROR_NO_POSIX_PRESENT_TEXT   "No posix extensions found"
#define BKERROR_NO_SPECIAL_FILES   -1027
#define BKERROR_NO_SPECIAL_FILES_TEXT   "Special files (device files and such) are not supported"
#define BKERROR_NOT_DIR_IN_PATH   -1040
#define BKERROR_NOT_DIR_IN_PATH_TEXT   "One of the names in the path is not a directory"
#define BKERROR_NOT_REG_FILE_FOR_BR   -1042
#define BKERROR_NOT_REG_FILE_FOR_BR_TEXT   "Can only use a regular file as a boot record"
#define BKERROR_OPEN_READ_FAILED   -1021
#define BKERROR_OPEN_READ_FAILED_TEXT   "Failed to open file on the filesystem for reading"
#define BKERROR_OPEN_WRITE_FAILED   -1012
#define BKERROR_OPEN_WRITE_FAILED_TEXT   "Failed to open file on the filesystem for writing"
#define BKERROR_OPENDIR_FAILED   -1007
#define BKERROR_OPENDIR_FAILED_TEXT   "Failed to open directory for listing"
#define BKERROR_OPER_CANCELED_BY_USER   -1039
#define BKERROR_OPER_CANCELED_BY_USER_TEXT   "You have canceled the operation"
#define BKERROR_OUT_OF_MEMORY   -1006
#define BKERROR_OUT_OF_MEMORY_TEXT   "Out of memory"
#define BKERROR_READ_GENERIC   -1001
#define BKERROR_READ_GENERIC_TEXT   "Failed to read expected number of bytes"
#define BKERROR_RENAME_ROOT   -1048
#define BKERROR_RENAME_ROOT_TEXT   "Cannot rename the root directory"
#define BKERROR_RR_FILENAME_MISSING   -1018
#define BKERROR_RR_FILENAME_MISSING_TEXT   "Rockridge filename missing when expected on image"
#define BKERROR_SANITY   -1020
#define BKERROR_SANITY_TEXT   "Internal library failure (sanity check), please report bug"
#define BKERROR_SAVE_OVERWRITE   -1038
#define BKERROR_SAVE_OVERWRITE_TEXT   "Cannot overwrite original image when saving"
#define BKERROR_STAT_FAILED   -1004
#define BKERROR_STAT_FAILED_TEXT   "Failed to stat file/directory"
#define BKERROR_SYMLINK_TARGET_TOO_LONG   -1045
#define BKERROR_SYMLINK_TARGET_TOO_LONG_TEXT   "Too many characters in target of a symbolic link"
#define BKERROR_TARGET_NOT_A_DIR   -1005
#define BKERROR_TARGET_NOT_A_DIR_TEXT   "Target not a directory (UI problem)"
#define BKERROR_UNKNOWN_FILENAME_TYPE   -1017
#define BKERROR_UNKNOWN_FILENAME_TYPE_TEXT   "Unknown filename type"
#define BKERROR_VD_NOT_PRIMARY   -1019
#define BKERROR_VD_NOT_PRIMARY_TEXT   "First volume descriptor type not primary like ISO9660 requires"
#define BKERROR_WRITE_BOOT_FILE_4   -1033
#define BKERROR_WRITE_BOOT_FILE_4_TEXT   "Size of no emulation boot record visible on image must be divisible by 4 so i can do a checksum (invalid boot file?)"
#define BKERROR_WRITE_CACHE_OVERFLOWED   -1043
#define BKERROR_WRITE_CACHE_OVERFLOWED_TEXT   "Write cache overflowed, please report bug"
#define BKERROR_WRITE_GENERIC   -1013
#define BKERROR_WRITE_GENERIC_TEXT   "Failed to write expected number of bytes (disk full?)"
#define BKERROR_WRONG_EXTRACT_FILE   -1041
#define BKERROR_WRONG_EXTRACT_FILE_TEXT   "Tried to extract something that's not a file using the file extracting function"
#define BKWARNING_MAX_ID   -10001
#define BKWARNING_MIN_ID   -20000
#define BKWARNING_OPER_PARTLY_FAILED   -10001
#define BKWARNING_OPER_PARTLY_FAILED_TEXT   "Operation was only partially successful or perhaps completely unsuccessful"

Define Documentation

#define BKERROR_ADD_BOOT_RECORD_WRONG_SIZE   -1032

Definition at line 97 of file bkError.h.

#define BKERROR_ADD_BOOT_RECORD_WRONG_SIZE_TEXT   "Size of boot record on the filesystem does not match the size requested via the boot record type parameter"

Definition at line 98 of file bkError.h.

#define BKERROR_ADD_FILE_TOO_BIG   -1037

Definition at line 107 of file bkError.h.

#define BKERROR_ADD_FILE_TOO_BIG_TEXT   "Cannot add file larger than 4294967295 bytes because the ISO filesystem does not support such large files"

Definition at line 108 of file bkError.h.

#define BKERROR_ADD_UNKNOWN_BOOT_MEDIA   -1031

Definition at line 95 of file bkError.h.

#define BKERROR_ADD_UNKNOWN_BOOT_MEDIA_TEXT   "Unable to add boot record with unknown media type"

Definition at line 96 of file bkError.h.

#define BKERROR_BLANK_NAME   -1036

Definition at line 105 of file bkError.h.

#define BKERROR_BLANK_NAME_TEXT   "Name cannot be blank"

Definition at line 106 of file bkError.h.

#define BKERROR_CREATE_SYMLINK_FAILED   -1044

Definition at line 121 of file bkError.h.

#define BKERROR_CREATE_SYMLINK_FAILED_TEXT   "Failed to create symbolic link"

Definition at line 122 of file bkError.h.

#define BKERROR_DELETE_ROOT   -1024

Definition at line 81 of file bkError.h.

#define BKERROR_DELETE_ROOT_TEXT   "Deleting root of iso not allowed"

Definition at line 82 of file bkError.h.

#define BKERROR_DIR_NOT_FOUND_ON_IMAGE   -1002

Definition at line 37 of file bkError.h.

#define BKERROR_DIR_NOT_FOUND_ON_IMAGE_TEXT   "Directory not found on image"

Definition at line 38 of file bkError.h.

#define BKERROR_DIRNAME_NEED_TRAILING_SLASH   -1022

Definition at line 77 of file bkError.h.

#define BKERROR_DIRNAME_NEED_TRAILING_SLASH_TEXT   "String specifying directory name must end with '/'"

Definition at line 78 of file bkError.h.

#define BKERROR_DUPLICATE_ADD   -1025

Definition at line 83 of file bkError.h.

#define BKERROR_DUPLICATE_ADD_TEXT   "Cannot add item because another item with the same name already exists in this directory"

Definition at line 84 of file bkError.h.

#define BKERROR_DUPLICATE_CREATE_DIR   -1034

Definition at line 101 of file bkError.h.

#define BKERROR_DUPLICATE_CREATE_DIR_TEXT   "Cannot create directory because another file or directory with the same name exists"

Definition at line 102 of file bkError.h.

#define BKERROR_DUPLICATE_EXTRACT   -1026

Definition at line 85 of file bkError.h.

#define BKERROR_DUPLICATE_EXTRACT_TEXT   "Cannot extract item because another item with the same name already exists in this directory"

Definition at line 86 of file bkError.h.

#define BKERROR_DUPLICATE_RENAME   -1050

Definition at line 133 of file bkError.h.

#define BKERROR_DUPLICATE_RENAME_TEXT   "Cannot rename item because another file or directory with the same name exists"

Definition at line 134 of file bkError.h.

#define BKERROR_END   -1000000

Definition at line 142 of file bkError.h.

#define BKERROR_END_TEXT   "Double oops, unusable error number used"

Definition at line 143 of file bkError.h.

#define BKERROR_EXOTIC   -1008

Definition at line 49 of file bkError.h.

#define BKERROR_EXOTIC_TEXT   "Some really exotic problem happened"

Definition at line 50 of file bkError.h.

#define BKERROR_EXTRACT_ABSENT_BOOT_RECORD   -1029

Definition at line 91 of file bkError.h.

#define BKERROR_EXTRACT_ABSENT_BOOT_RECORD_TEXT   "Cannot extract boot record because there is none on the image"

Definition at line 92 of file bkError.h.

#define BKERROR_EXTRACT_ROOT   -1023

Definition at line 79 of file bkError.h.

#define BKERROR_EXTRACT_ROOT_TEXT   "Extracting root of iso not allowed"

Definition at line 80 of file bkError.h.

#define BKERROR_EXTRACT_UNKNOWN_BOOT_MEDIA   -1030

Definition at line 93 of file bkError.h.

#define BKERROR_EXTRACT_UNKNOWN_BOOT_MEDIA_TEXT   "Unable to extract boot record of unknown media type"

Definition at line 94 of file bkError.h.

#define BKERROR_FILE_NOT_FOUND_ON_IMAGE   -1010

Definition at line 53 of file bkError.h.

#define BKERROR_FILE_NOT_FOUND_ON_IMAGE_TEXT   "File not found on image"

Definition at line 54 of file bkError.h.

#define BKERROR_FIXME   -1009

Definition at line 51 of file bkError.h.

#define BKERROR_FIXME_TEXT   "Incomplete/broken something that the author needs to fix, please report bug"

Definition at line 52 of file bkError.h.

#define BKERROR_GET_PERM_BAD_PARAM   -1051

Definition at line 135 of file bkError.h.

#define BKERROR_GET_PERM_BAD_PARAM_TEXT   "bk_get_permissions() called with NULL mode_t*"

Definition at line 136 of file bkError.h.

#define BKERROR_HARD_LINK_CALL_PARAMS   -1046

Definition at line 125 of file bkError.h.

#define BKERROR_HARD_LINK_CALL_PARAMS_TEXT   "Call to a hard link function with both a 0 offset and a NULL filename not allowed"

Definition at line 126 of file bkError.h.

#define BKERROR_INVALID_UCS2   -1016

Definition at line 65 of file bkError.h.

#define BKERROR_INVALID_UCS2_TEXT   "Invalid UCS-2 string"

Definition at line 66 of file bkError.h.

#define BKERROR_ITEM_NOT_FOUND_ON_IMAGE   -1049

Definition at line 131 of file bkError.h.

#define BKERROR_ITEM_NOT_FOUND_ON_IMAGE_TEXT   "Item not found on image"

Definition at line 132 of file bkError.h.

#define BKERROR_MANGLE_TOO_MANY_COL   -1014

Definition at line 61 of file bkError.h.

#define BKERROR_MANGLE_TOO_MANY_COL_TEXT   "Too many collisons while mangling filenames (too many files/directories with a similar name)"

Definition at line 62 of file bkError.h.

#define BKERROR_MAX_ID   -1001

Definition at line 25 of file bkError.h.

#define BKERROR_MAX_NAME_LENGTH_EXCEEDED   -1003

Definition at line 39 of file bkError.h.

#define BKERROR_MAX_NAME_LENGTH_EXCEEDED_TEXT   "Maximum file/directory name length exceeded"

Definition at line 40 of file bkError.h.

#define BKERROR_MIN_ID   -10000

Definition at line 26 of file bkError.h.

#define BKERROR_MISFORMED_PATH   -1015

Definition at line 63 of file bkError.h.

#define BKERROR_MISFORMED_PATH_TEXT   "Misformed path"

Definition at line 64 of file bkError.h.

#define BKERROR_MKDIR_FAILED   -1011

Definition at line 55 of file bkError.h.

#define BKERROR_MKDIR_FAILED_TEXT   "Failed to create directory on the filesystem"

Definition at line 56 of file bkError.h.

#define BKERROR_NAME_INVALID   -1047

Definition at line 127 of file bkError.h.

#define BKERROR_NAME_INVALID_CHAR   -1035

Definition at line 103 of file bkError.h.

#define BKERROR_NAME_INVALID_CHAR_TEXT   "Name contains invalid character(s)"

Definition at line 104 of file bkError.h.

#define BKERROR_NAME_INVALID_TEXT   "Invalid file/directory name"

Definition at line 128 of file bkError.h.

#define BKERROR_NO_POSIX_PRESENT   -1028

Definition at line 89 of file bkError.h.

#define BKERROR_NO_POSIX_PRESENT_TEXT   "No posix extensions found"

Definition at line 90 of file bkError.h.

#define BKERROR_NO_SPECIAL_FILES   -1027

Definition at line 87 of file bkError.h.

#define BKERROR_NO_SPECIAL_FILES_TEXT   "Special files (device files and such) are not supported"

Definition at line 88 of file bkError.h.

#define BKERROR_NOT_DIR_IN_PATH   -1040

Definition at line 113 of file bkError.h.

#define BKERROR_NOT_DIR_IN_PATH_TEXT   "One of the names in the path is not a directory"

Definition at line 114 of file bkError.h.

#define BKERROR_NOT_REG_FILE_FOR_BR   -1042

Definition at line 117 of file bkError.h.

#define BKERROR_NOT_REG_FILE_FOR_BR_TEXT   "Can only use a regular file as a boot record"

Definition at line 118 of file bkError.h.

#define BKERROR_OPEN_READ_FAILED   -1021

Definition at line 75 of file bkError.h.

#define BKERROR_OPEN_READ_FAILED_TEXT   "Failed to open file on the filesystem for reading"

Definition at line 76 of file bkError.h.

#define BKERROR_OPEN_WRITE_FAILED   -1012

Definition at line 57 of file bkError.h.

#define BKERROR_OPEN_WRITE_FAILED_TEXT   "Failed to open file on the filesystem for writing"

Definition at line 58 of file bkError.h.

#define BKERROR_OPENDIR_FAILED   -1007

Definition at line 47 of file bkError.h.

#define BKERROR_OPENDIR_FAILED_TEXT   "Failed to open directory for listing"

Definition at line 48 of file bkError.h.

#define BKERROR_OPER_CANCELED_BY_USER   -1039

Definition at line 111 of file bkError.h.

#define BKERROR_OPER_CANCELED_BY_USER_TEXT   "You have canceled the operation"

Definition at line 112 of file bkError.h.

#define BKERROR_OUT_OF_MEMORY   -1006

Definition at line 45 of file bkError.h.

#define BKERROR_OUT_OF_MEMORY_TEXT   "Out of memory"

Definition at line 46 of file bkError.h.

#define BKERROR_READ_GENERIC   -1001

Definition at line 35 of file bkError.h.

#define BKERROR_READ_GENERIC_TEXT   "Failed to read expected number of bytes"

Definition at line 36 of file bkError.h.

#define BKERROR_RENAME_ROOT   -1048

Definition at line 129 of file bkError.h.

#define BKERROR_RENAME_ROOT_TEXT   "Cannot rename the root directory"

Definition at line 130 of file bkError.h.

#define BKERROR_RR_FILENAME_MISSING   -1018

Definition at line 69 of file bkError.h.

#define BKERROR_RR_FILENAME_MISSING_TEXT   "Rockridge filename missing when expected on image"

Definition at line 70 of file bkError.h.

#define BKERROR_SANITY   -1020

Definition at line 73 of file bkError.h.

#define BKERROR_SANITY_TEXT   "Internal library failure (sanity check), please report bug"

Definition at line 74 of file bkError.h.

#define BKERROR_SAVE_OVERWRITE   -1038

Definition at line 109 of file bkError.h.

#define BKERROR_SAVE_OVERWRITE_TEXT   "Cannot overwrite original image when saving"

Definition at line 110 of file bkError.h.

#define BKERROR_STAT_FAILED   -1004

Definition at line 41 of file bkError.h.

#define BKERROR_STAT_FAILED_TEXT   "Failed to stat file/directory"

Definition at line 42 of file bkError.h.

#define BKERROR_SYMLINK_TARGET_TOO_LONG   -1045

Definition at line 123 of file bkError.h.

#define BKERROR_SYMLINK_TARGET_TOO_LONG_TEXT   "Too many characters in target of a symbolic link"

Definition at line 124 of file bkError.h.

#define BKERROR_TARGET_NOT_A_DIR   -1005

Definition at line 43 of file bkError.h.

#define BKERROR_TARGET_NOT_A_DIR_TEXT   "Target not a directory (UI problem)"

Definition at line 44 of file bkError.h.

#define BKERROR_UNKNOWN_FILENAME_TYPE   -1017

Definition at line 67 of file bkError.h.

#define BKERROR_UNKNOWN_FILENAME_TYPE_TEXT   "Unknown filename type"

Definition at line 68 of file bkError.h.

#define BKERROR_VD_NOT_PRIMARY   -1019

Definition at line 71 of file bkError.h.

#define BKERROR_VD_NOT_PRIMARY_TEXT   "First volume descriptor type not primary like ISO9660 requires"

Definition at line 72 of file bkError.h.

#define BKERROR_WRITE_BOOT_FILE_4   -1033

Definition at line 99 of file bkError.h.

#define BKERROR_WRITE_BOOT_FILE_4_TEXT   "Size of no emulation boot record visible on image must be divisible by 4 so i can do a checksum (invalid boot file?)"

Definition at line 100 of file bkError.h.

#define BKERROR_WRITE_CACHE_OVERFLOWED   -1043

Definition at line 119 of file bkError.h.

#define BKERROR_WRITE_CACHE_OVERFLOWED_TEXT   "Write cache overflowed, please report bug"

Definition at line 120 of file bkError.h.

#define BKERROR_WRITE_GENERIC   -1013

Definition at line 59 of file bkError.h.

#define BKERROR_WRITE_GENERIC_TEXT   "Failed to write expected number of bytes (disk full?)"

Definition at line 60 of file bkError.h.

#define BKERROR_WRONG_EXTRACT_FILE   -1041

Definition at line 115 of file bkError.h.

#define BKERROR_WRONG_EXTRACT_FILE_TEXT   "Tried to extract something that's not a file using the file extracting function"

Definition at line 116 of file bkError.h.

#define BKWARNING_MAX_ID   -10001

Definition at line 29 of file bkError.h.

#define BKWARNING_MIN_ID   -20000

Definition at line 30 of file bkError.h.

#define BKWARNING_OPER_PARTLY_FAILED   -10001

Definition at line 138 of file bkError.h.

#define BKWARNING_OPER_PARTLY_FAILED_TEXT   "Operation was only partially successful or perhaps completely unsuccessful"

Definition at line 139 of file bkError.h.

ark

Skip menu "ark"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • okteta
  • printer-applet
  • superkaramba
  • sweeper
Generated for kdeutils by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal