github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/errors.toml (about) 1 # AUTOGENERATED BY github.com/pingcap/errors/errdoc-gen 2 # YOU CAN CHANGE THE 'description'/'workaround' FIELDS IF THEM ARE IMPROPER. 3 4 ["BR:Backup:ErrBackupChecksumMismatch"] 5 error = ''' 6 backup checksum mismatch 7 ''' 8 9 ["BR:Backup:ErrBackupGCSafepointExceeded"] 10 error = ''' 11 backup GC safepoint exceeded 12 ''' 13 14 ["BR:Backup:ErrBackupInvalidRange"] 15 error = ''' 16 backup range invalid 17 ''' 18 19 ["BR:Backup:ErrBackupNoLeader"] 20 error = ''' 21 backup no leader 22 ''' 23 24 ["BR:Common:ErrFailedToConnect"] 25 error = ''' 26 failed to make gRPC channels 27 ''' 28 29 ["BR:Common:ErrInvalidArgument"] 30 error = ''' 31 invalid argument 32 ''' 33 34 ["BR:Common:ErrInvalidMetaFile"] 35 error = ''' 36 invalid metafile 37 ''' 38 39 ["BR:Common:ErrUndefinedDbOrTable"] 40 error = ''' 41 undefined restore databases or tables 42 ''' 43 44 ["BR:Common:ErrUnknown"] 45 error = ''' 46 internal error 47 ''' 48 49 ["BR:Common:ErrVersionMismatch"] 50 error = ''' 51 version mismatch 52 ''' 53 54 ["BR:ExternalStorage:ErrStorageInvalidConfig"] 55 error = ''' 56 invalid external storage config 57 ''' 58 59 ["BR:ExternalStorage:ErrStorageInvalidPermission"] 60 error = ''' 61 external storage permission 62 ''' 63 64 ["BR:ExternalStorage:ErrStorageUnknown"] 65 error = ''' 66 unknown external storage error 67 ''' 68 69 ["BR:KV:ErrKVClusterIDMismatch"] 70 error = ''' 71 tikv cluster ID mismatch 72 ''' 73 74 ["BR:KV:ErrKVDownloadFailed"] 75 error = ''' 76 download sst failed 77 ''' 78 79 ["BR:KV:ErrKVEpochNotMatch"] 80 error = ''' 81 epoch not match 82 ''' 83 84 ["BR:KV:ErrKVIngestFailed"] 85 error = ''' 86 ingest sst failed 87 ''' 88 89 ["BR:KV:ErrKVKeyNotInRegion"] 90 error = ''' 91 key not in region 92 ''' 93 94 ["BR:KV:ErrKVNotLeader"] 95 error = ''' 96 not leader 97 ''' 98 99 ["BR:KV:ErrKVRangeIsEmpty"] 100 error = ''' 101 range is empty 102 ''' 103 104 ["BR:KV:ErrKVRewriteRuleNotFound"] 105 error = ''' 106 rewrite rule not found 107 ''' 108 109 ["BR:KV:ErrKVStorage"] 110 error = ''' 111 tikv storage occur I/O error 112 ''' 113 114 ["BR:KV:ErrKVUnknown"] 115 error = ''' 116 unknown error occur on tikv 117 ''' 118 119 ["BR:KV:ErrNotTiKVStorage"] 120 error = ''' 121 storage is not tikv 122 ''' 123 124 ["BR:PD:ErrPDInvalidResponse"] 125 error = ''' 126 PD invalid response 127 ''' 128 129 ["BR:PD:ErrPDLeaderNotFound"] 130 error = ''' 131 PD leader not found 132 ''' 133 134 ["BR:PD:ErrPDUpdateFailed"] 135 error = ''' 136 failed to update PD 137 ''' 138 139 ["BR:PiTR:ErrPiTRInvalidCDCLogFormat"] 140 error = ''' 141 invalid cdc log format 142 ''' 143 144 ["BR:Restore:ErrRestoreChecksumMismatch"] 145 error = ''' 146 restore checksum mismatch 147 ''' 148 149 ["BR:Restore:ErrRestoreInvalidBackup"] 150 error = ''' 151 invalid backup 152 ''' 153 154 ["BR:Restore:ErrRestoreInvalidRange"] 155 error = ''' 156 invalid restore range 157 ''' 158 159 ["BR:Restore:ErrRestoreInvalidRewrite"] 160 error = ''' 161 invalid rewrite rule 162 ''' 163 164 ["BR:Restore:ErrRestoreModeMismatch"] 165 error = ''' 166 restore mode mismatch 167 ''' 168 169 ["BR:Restore:ErrRestoreNoPeer"] 170 error = ''' 171 region does not have peer 172 ''' 173 174 ["BR:Restore:ErrRestoreRangeMismatch"] 175 error = ''' 176 restore range mismatch 177 ''' 178 179 ["BR:Restore:ErrRestoreRejectStore"] 180 error = ''' 181 failed to restore remove rejected store 182 ''' 183 184 ["BR:Restore:ErrRestoreResolvedTsConstrain"] 185 error = ''' 186 resolved ts constrain violation 187 ''' 188 189 ["BR:Restore:ErrRestoreSchemaNotExists"] 190 error = ''' 191 schema not exists 192 ''' 193 194 ["BR:Restore:ErrRestoreSplitFailed"] 195 error = ''' 196 fail to split region 197 ''' 198 199 ["BR:Restore:ErrRestoreTableIDMismatch"] 200 error = ''' 201 restore table ID mismatch 202 ''' 203 204 ["BR:Restore:ErrRestoreWriteAndIngest"] 205 error = ''' 206 failed to write and ingest 207 ''' 208 209 ["BR:Restore:ErrUnsupportedSysTable"] 210 error = ''' 211 the system table isn't supported for restoring yet 212 ''' 213