Lines Matching refs:error

2135 			console.error("Name " + _nm + " will be truncated to " + _nm.slice(0,32));
2270 } catch(e) {console.error("cannot use native zlib: " + (e.message || e)); } }
2729 if(wrn) { if(typeof console !== 'undefined') console.error(msg); }
4645 /* TODO: error checking, NaN and Infinity values are not valid Xnum */
5798 case 'cy': case 'error':
6313 if(target !== blob.l) throw new Error("Slurp error");
6326 /* [MS-XLS] 2.5.10 Bes (boolean or error) */
7054 if(blob.l !== target) throw new Error("MulRK read error");
7065 if(blob.l !== target) throw new Error("MulBlank read error");
7956 if(o.codepage) console.error("DBF Unsupported codepage " + current_codepage + ", using 1252");
8080 // NOTE: it is technically an error if d1904 >= 5 or < 0
9228 if(blob.l < blob.length) { console.error("WK1 premature formula end"); return; }
9254 …if(argc > out.length) { console.error("WK1 bad formula parse 0x" + cc.toString(16) + ":|" + out.jo…
9259 else if(cc <= 0x07) return console.error("WK1 invalid opcode " + cc.toString(16));
9260 else if(cc <= 0x18) return console.error("WK1 unsupported op " + cc.toString(16));
9261 else if(cc <= 0x1E) return console.error("WK1 invalid opcode " + cc.toString(16));
9262 else if(cc <= 0x73) return console.error("WK1 unsupported function opcode " + cc.toString(16));
9264 else return console.error("WK1 unrecognized opcode " + cc.toString(16));
9268 else console.error("WK1 bad formula parse |" + out.join("|") + "|");
12852 case 0x10: /* SerErr -- error */
13199 /* note: this is technically an error but Excel disregards */
13260 console.error("Cannot hydrate range", start, end);
15704 /* error string in .w, number in .v */
17768 console.error("Could not serialize defined name " + JSON.stringify(name));
18465 case 'error' /*case 'Error'*/: break;
19364 //console.error(R,blob.l,length,blob.length);
19442 …case 0x0013 /* Password */: if(val !== 0 && opts.WTF) console.error("Password verifier: " + val); …
19728 if(!R) console.error("Missing Info for XLS Record 0x" + RecordType.toString(16));
21597 …if(typeof console != "undefined" && console.error) console.error("Worksheet '" + wb.SheetNames[i] …
21929 default: NF += "dd"; break; // TODO: error condition
21947 default: NF += "eeee"; break; // TODO: error condition
21956 default: NF += "hh"; break; // TODO: error condition
21965 default: NF += "mm"; break; // TODO: error condition
21984 default: NF += "ss"; break; // TODO: error condition
21994 default: NF += "yy"; break; // TODO: error condition
22004 console.error("Excel does not support ODS format token " + Rn[3]);
22058 else console.error("ODS number format may be incorrect: " + y["condition"]);
22476 case 'error-message': break; // 9.4.7 <table:
22673 console.error("Unsupported ODS Style Map exported. Using first branch of " + nf);
22720 case "mmmmm": console.error("ODS has no equivalent of format |mmmmm|");
22734 default: console.error("unrecognized character " + c + " in ODF format " + nf);
22765 default: console.error("unrecognized character " + c + " in ODF format " + nf);
22788 if(!np || !np[0]) console.error("Could not find numeric part of " + nf);
22811 if(!payload) { console.error("Could not generate ODS number format for |" + nf + "|"); return ""; }
24781 console.error("Truncating to ".concat(encode_range(range)));
25730 …if(o.codepage && typeof $cptable === "undefined") console.error("Codepage tables are not loaded. …