Lines Matching refs:Error

229     throw new Error("unsupported value in General format: " + v);
479 throw new Error("unsupported format |" + fmt + "|");
587 throw new Error("unsupported format |" + fmt + "|");
605 if(in_str === true) throw new Error("Format |" + fmt + "| unterminated string ");
617 if(!isgeneral(fmt, i)) throw new Error('unrecognized character ' + c + ' in ' +fmt);
680 …if(",$-+/():!^&'~{}<>=€acfijklopqrtuvwxz".indexOf(c) === -1) throw new Error('unrecognized charact…
1324 if(o == null) throw new Error("Cannot find file " + file + " in zip");
1491 throw new Error("Unable to serialize " + s);
2421 if(ct.xmlns !== XMLNS.CT) throw new Error("Unknown Namespace: " + ct.xmlns);
2736 } else if(opts.WTF) throw new Error(x);
2800 function parse_VtUnalignedString(blob, t) { if(!t) throw new Error("dafuq?"); return parse_VtString…
2883 …if(t !== type && VT_CUSTOM.indexOf(type)===-1) throw new Error('Expected type ' + type + ' saw ' +…
2898 default: throw new Error("TypedPropertyValue unrecognized type " + type + " " + t);
2936 …if(fail) throw new Error("Read Error: Expected address " + Props[i][1] + ' at ' + blob.l + ' :' + …
2968 default: throw new Error("Unsupported CodePage: " + PropH[piddsi.n]);
2996 default: throw new Error("unparsed value: " + blob[blob.l]);
3045 if(target !== blob.l) throw new Error("Slurp error");
3052 if(target !== blob.l) throw new Error("Slurp error");
7896 default: if(!pass || opts.WTF) throw new Error("Unexpected record " + R.n);
8216 if(XMLNS.main.indexOf(wb.xmlns) === -1) throw new Error("Unknown Namespace: " + wb.xmlns);
8341 default: if(!pass || opts.WTF) throw new Error("Unexpected record " + R.n);
9195 if(m > 0x190) throw new Error("Unsupported Clipboard: " + m.toString(16));
9365 if(!options.password) throw new Error("File is password-protected");
9366 if(val.Type !== 0) throw new Error("Encryption scheme unsupported");
9367 if(!val.valid) throw new Error("Password is incorrect");
9828 else throw new Error("Cannot find Workbook stream");
11086 if(typeof ODS === 'undefined' || !ODS.parse_ods) throw new Error("Unsupported ODS");
11164 if(!getzipfile(zip,binname,true)) throw new Error("Could not find workbook");
11275 if(rels['!id'][relobj.Id]) throw new Error("Cannot rewrite rId " + rId);
11365 default: throw new Error("Unrecognized type " + o.type);
11378 default: throw new Error("Unrecognized type " + o.type);
11397 default: throw new Error("Unsupported file " + n);
11413 default: throw new Error("Unrecognized type " + o.type);