diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-05-23 00:52:44 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-05-23 00:53:13 +0200 |
commit | d2a6e841c0eb10f6c6b7495d5c4644ca74bc4b21 (patch) | |
tree | af5b1fcaacb706c325bee54df189bd4ab6c62cad /faq | |
parent | fcd2b8755f1910478f2be63c9339b4c815f046ba (diff) |
Add EIEIO
Diffstat (limited to 'faq')
-rw-r--r-- | faq/eieio.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/faq/eieio.mdwn b/faq/eieio.mdwn new file mode 100644 index 00000000..aa42c333 --- /dev/null +++ b/faq/eieio.mdwn @@ -0,0 +1,23 @@ +[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag faq/running]] + +[[!meta title="`Computer bought the farm'... ERr, what?!"]] + + +This is the error message for EIEIO (pronounce E-I-E-I-O). This error code is +used for a variety of "hopeless" error conditions. Most probably you will +encounter it when a translator crashes while you were trying to use a file +that it serves. + +You can thus think of it as an equivalent of the "blue screen of the death" or +"Oops"... except that it's just an error! It doesn't take your whole system +away with it, only the particular operations that was going on. |