PageRenderTime 3206ms queryTime 199ms sortTime 1367ms getByIdsTime 28ms findMatchingLines 22ms

100+ results results for 'ERROR repo:nexenta/illumos-nexenta' (3206 ms)

Not the results you expected?
component.php https://gitlab.com/alexprowars/bitrix | PHP | 304 lines
                    
5{
                    
6	ShowError(GetMessage("BLOG_MODULE_NOT_INSTALL"));
                    
7	return;
                    
45$arResult["OK_MESSAGE"] = Array();
                    
46$arResult["ERROR_MESSAGE"] = Array();
                    
47
                    
66			{
                    
67				$errorMessage = "";
                    
68				$okMessage = "";
                    
126									else
                    
127										$errorMessage = GetMessage("BLOG_BLOG_BLOG_MES_SHOW_ERROR");
                    
128								}
                    
136				if ($errorMessage <> '')
                    
137					$arResult["ERROR_MESSAGE"][] = $errorMessage;
                    
138				if ($okMessage <> '')
                    
                
action.php https://gitlab.com/alexprowars/bitrix | PHP | 344 lines
                    
167	// Second exit point
                    
168		if (!empty($arError)):
                    
169			$DB->Rollback();
                    
211	}
                    
212	$MID = ForumAddMessage(($FORUM_TOPIC_ID > 0 ? "REPLY" : "NEW"), $arParams["FORUM_ID"], $FORUM_TOPIC_ID, 0, $arFieldsG, $strErrorMessage, $arNote, false,
                    
213		$post["captcha_word"], 0, $post["captcha_code"]);
                    
217			"code" => "message is not added 2",
                    
218			"title" => (empty($strErrorMessage) ? GetMessage("F_ERR_ADD_MESSAGE") : $strErrorMessage));
                    
219		$arResult['RESULT'] = false;
                    
233		if ($post["TOPIC_SUBSCRIBE"] == "Y"):
                    
234			ForumSubscribeNewMessagesEx($arParams["FORUM_ID"], $FORUM_TOPIC_ID, "N", $strErrorMessage, $strOKMessage);
                    
235			BXClearCache(true, "/bitrix/forum/user/".$USER->GetID()."/subscribe/");
                    
296		if ($res1):
                    
297			$arError[] = array(
                    
298				"code" => "file upload error",
                    
                
line.c https://gitlab.com/tlevine/DragonFlyBSD | C | 657 lines
                    
171	if (FILE2INT(sp, data.data, data.size, wp, wlen)) {
                    
172		if (!F_ISSET(sp, SC_CONV_ERROR)) {
                    
173			F_SET(sp, SC_CONV_ERROR);
                    
173			F_SET(sp, SC_CONV_ERROR);
                    
174			msgq(sp, M_ERR, "324|Conversion error on line %d", lno);
                    
175		}
                    
618 * db_err --
                    
619 *	Report a line error.
                    
620 *
                    
628	msgq(sp, M_ERR,
                    
629	    "008|Error: unable to retrieve line %lu", (u_long)lno);
                    
630}
                    
                
help-options.php https://gitlab.com/endomorphosis/falkenstein | PHP | 121 lines
                    
13							'<p>' . __('There are six overall categories of options to set, you can find details on each by selecting the related tab to the left.', $this->textdomain) . '</p>' .
                    
14							'<p>' . __('CYAN Backup is a low level tool for WordPress and should be configured with care.  Where ever possible, incorrect configurations are detected and a warning or error message will be displayed.  However not all can be detected and you should be aware of the impact of your configuration on your site.', $this->textdomain) . '</p>'
                    
15			,
                    
                
post_thanks_admin.php https://gitlab.com/elasa/vb-elasa.ir | PHP | 359 lines
                    
10// ######################## SET PHP ENVIRONMENT ###########################
                    
11error_reporting(E_ALL & ~E_NOTICE);
                    
12@set_time_limit(0);
                    
                
jquery.atd.js https://gitlab.com/endomorphosis/falkenstein | JavaScript | 414 lines
                    
81			if (AtD.callback_f != undefined && AtD.callback_f.error != undefined)
                    
82				AtD.callback_f.error(AtD.core.getErrorMessage(xml));
                    
83
                    
126
                    
127		error : function(XHR, status, error) {
                    
128			if (AtD.callback_f != undefined && AtD.callback_f.error != undefined)
                    
128			if (AtD.callback_f != undefined && AtD.callback_f.error != undefined)
                    
129 				AtD.callback_f.error(status + ": " + error);
                    
130		},
                    
147				if (AtD.callback_f != undefined && AtD.callback_f.error != undefined)
                    
148					AtD.callback_f.error(AtD.core.getErrorMessage(xml));
                    
149
                    
200AtD.editSelection = function() {
                    
201	var parent = AtD.errorElement.parent();
                    
202
                    
                
CallReader.java git://github.com/twilio/twilio-java.git | Java | 379 lines
                    
327            if (restException == null) {
                    
328                throw new ApiException("Server Error, no content");
                    
329            }
                    
                
hoogle.js git://github.com/ndmitchell/hoogle.git | JavaScript | 417 lines
                    
113            else if (current)
                    
114                self.showError(e.status, e.responseText);
                    
115        }
                    
124            } catch (err) {
                    
125                // Probably a permissions error from cross domain scripting...
                    
126                watch.stop();
                    
140        showWaiting: function(){$("h1").text("Still working...");},
                    
141        showError: function(status,text){$body.html("<h1><b>Error:</b> status " + status + "</h1><p>" + text + "</p>")},
                    
142        showResult: function(text){$body.html(text); newDocs();}
                    
228        showWaiting: function(){show("<i>Still working...</i>");},
                    
229        showError: function(status,text){show("<i>Error: status " + status + "</i>");},
                    
230        showResult: function(text){show(text);},
                    
402{
                    
403    if (!window.XDomainRequest) throw new Error("the XDomainRequest object is not supported in this browser");
                    
404
                    
                
dial.go git://github.com/axw/llgo.git | Go | 431 lines
                    
313func dialSerial(ctx *dialContext, ras addrList, cancel <-chan struct{}) (Conn, error) {
                    
314	var firstErr error // The error from the first address is most relevant.
                    
315
                    
358	if la != nil && la.Network() != ra.Network() {
                    
359		return nil, &OpError{Op: "dial", Net: ctx.network, Source: la, Addr: ra, Err: errors.New("mismatched local address type " + la.Network())}
                    
360	}
                    
374	default:
                    
375		return nil, &OpError{Op: "dial", Net: ctx.network, Source: la, Addr: ra, Err: &AddrError{Err: "unexpected address type", Addr: ctx.address}}
                    
376	}
                    
398	default:
                    
399		return nil, &OpError{Op: "listen", Net: net, Source: nil, Addr: la, Err: &AddrError{Err: "unexpected address type", Addr: laddr}}
                    
400	}
                    
424	default:
                    
425		return nil, &OpError{Op: "listen", Net: net, Source: nil, Addr: la, Err: &AddrError{Err: "unexpected address type", Addr: laddr}}
                    
426	}
                    
                
sumeuler.hs git://github.com/PatrickMaier/HdpH.git | Haskell | 334 lines
                    
206-- parse runtime system config options (+ seed for random number generator)
                    
207-- abort if there is an error
                    
208parseOpts :: [String] -> IO (RTSConf, Int, [String])
                    
211  case either_conf of
                    
212    Left err_msg             -> error $ "parseOpts: " ++ err_msg
                    
213    Right (conf, [])         -> return (conf, 0, [])
                    
                
RecentInfo.d git://github.com/gtkd-developers/GtkD.git | D | 521 lines
                    
29private import gio.IconIF;
                    
30private import glib.ErrorG;
                    
31private import glib.GException;
                    
99	 * Returns: the newly created #GAppInfo, or %NULL.
                    
100	 *     In case of error, @error will be set either with a
                    
101	 *     %GTK_RECENT_MANAGER_ERROR or a %G_IO_ERROR
                    
106	{
                    
107		GError* err = null;
                    
108
                    
112		{
                    
113			throw new GException( new ErrorG(err) );
                    
114		}
                    
                
ParserTest.php https://gitlab.com/Urtekin/ertexAdmin | PHP | 248 lines
                    
13
                    
14use Symfony\Component\CssSelector\Exception\SyntaxErrorException;
                    
15use Symfony\Component\CssSelector\Node\FunctionNode;
                    
38            $parser->parse($source);
                    
39            $this->fail('Parser should throw a SyntaxErrorException.');
                    
40        } catch (SyntaxErrorException $e) {
                    
90        $function = $selectors[0]->getTree();
                    
91        $this->setExpectedException('Symfony\Component\CssSelector\Exception\SyntaxErrorException');
                    
92        Parser::parseSeries($function->getArguments());
                    
142        return array(
                    
143            array('attributes(href)/html/body/a', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '(', 10))->getMessage()),
                    
144            array('attributes(href)', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '(', 10))->getMessage()),
                    
144            array('attributes(href)', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '(', 10))->getMessage()),
                    
145            array('html/body/a', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_DELIMITER, '/', 4))->getMessage()),
                    
146            array(' ', SyntaxErrorException::unexpectedToken('selector', new Token(Token::TYPE_FILE_END, '', 1))->getMessage()),
                    
                
ClpSerializer.java git://github.com/liferay/liferay-portal.git | Java | 444 lines
                    
361			catch (Throwable throwable2) {
                    
362				_log.error(throwable2, throwable2);
                    
363
                    
                
dsdcg.f http://ua-fwlis.googlecode.com/svn/trunk/ | FORTRAN Legacy | 277 lines
                    
61C         routines.  For this case, the user must supply the "exact"
                    
62C         solution or a very accurate approximation (one with an error
                    
63C         much less than TOL) through a common block,
                    
84C ERR    :OUT      Double Precision.
                    
85C         Error estimate of error in final approximate solution, as
                    
86C         defined by ITOL.
                    
87C IERR   :OUT      Integer.
                    
88C         Return error flag.
                    
89C           IERR = 0 => All went well.
                    
91C           IERR = 2 => Method failed to converge in ITMAX steps.
                    
92C           IERR = 3 => Error in user input.
                    
93C                       Check input values of N, ITOL.
                    
93C                       Check input values of N, ITOL.
                    
94C           IERR = 4 => User error tolerance set too tight.
                    
95C                       Reset to 500*D1MACH(3).  Iteration proceeded.
                    
                
YVFK.F http://ua-fwlis.googlecode.com/svn/trunk/ | FORTRAN Legacy | 465 lines
                    
323*		 		    FUNCTION IS AT THE MIDDLE OF THE PARALLEL PLATES. WE NEED TO MAKE SURE
                    
324*				    THAT THE RELATIVE ERROR BOUND IS SATISFIED AT LEAST 3 TIMES
                    
325*					LATER COMMENT: NOTE THAT THIS IS POSSIBLY TAKEN CARE OF BY ONLY SUMMING
                    
395*		 		    FUNCTION IS AT THE MIDDLE OF THE PARALLEL PLATES. WE NEED TO MAKE SURE
                    
396*				    THAT THE RELATIVE ERROR BOUND IS SATISFIED AT LEAST 3 TIMES
                    
397*					LATER COMMENT: NOTE THAT THIS IS POSSIBLY TAKEN CARE OF BY ONLY SUMMING
                    
                
result.py http://nltk.googlecode.com/svn/trunk/ | Python | 343 lines
                    
18from nltk_contrib.tiger.index import IndexNodeId
                    
19from nltk_contrib.tiger.query.exceptions import MissingFeatureError
                    
20from nltk_contrib.tiger.utils.parallel import multiprocessing
                    
232        else:
                    
233            raise MissingFeatureError, "Missing feature: disjoint constraint sets. Please file a bug report."
                    
234        self._reset_stats()
                    
245            return self._ncache[node_id]
                    
246        except KeyError:
                    
247            self.node_cache_misses += 1
                    
                
EventLog.pm http://libwin32.googlecode.com/svn/trunk/ | Perl | 474 lines
                    
26	EVENTLOG_END_PAIRED_EVENT
                    
27	EVENTLOG_ERROR_TYPE
                    
28	EVENTLOG_FORWARDS_READ
                    
43    ($constname = $AUTOLOAD) =~ s/.*:://;
                    
44    # reset $! to zero to reset any current errors.
                    
45    local $! = 0;
                    
334
                    
335=item C<EVENTLOG_ERROR_TYPE>
                    
336
                    
336
                    
337An Error event is being logged.
                    
338
                    
                
wspy_dissector.py http://cwoodruf-sfu-cmpt.googlecode.com/svn/trunk/ | Python | 444 lines
                    
155      return self.__st[name]
                    
156    #raise KeyError
                    
157
                    
                
advi.sty git://git.savannah.nongnu.org/skribilo.git | TeX | 417 lines
                    
37  \expandafter \@firstoftwo \else \expandafter \@secondoftwo \fi}
                    
38\def \advi@error #1{\PackageError {Advi}{#1}{Type <RETURN> to proceed.}}
                    
39\def \advi@warning #1{\PackageWarning {Advi}{#1}}
                    
39\def \advi@warning #1{\PackageWarning {Advi}{#1}}
                    
40\def \advi@undefinedenv {\advi@error {Environment \@currenvir\space undefined.
                    
41Maybe you mean \@currenvir ing}}
                    
174       {\advi@global \def \advi@bgfit{ fit=#1}}
                    
175       {\advi@error {Ill formed background fit=#1}}%
                    
176   \fi}
                    
368       \advi@special@ {html:<a hdvi="#2">}\else
                    
369   \advi@error {Incorect anchor mode #1}\fi \fi\endgroup}
                    
370  {\advi@special@ {html:</a>}}
                    
                
prolog.py http://hagoth.googlecode.com/svn/trunk/ | Python | 384 lines
                    
172
                    
173        Raises ValueError if a mapping already exists or the key is not a var.
                    
174        """
                    
175        if not self.is_var(var):
                    
176            raise ValueError("Tried to insert non-var %s into map" % (var,))
                    
177        if var.name in self.vardict:
                    
177        if var.name in self.vardict:
                    
178            raise ValueError("%s is already in the mapping" % (var,))
                    
179
                    
190        if not self.is_var(var):
                    
191            raise ValueError("Got something other than a variable")
                    
192
                    
197        if not self.is_var(var):
                    
198            raise ValueError("Got something other than a variable")
                    
199
                    
                
Xmlable.hs http://hixay.googlecode.com/svn/trunk/ | Haskell | 324 lines
                    
33
                    
34newtype Errors = Errors { errors :: [(Int, String)] } deriving Eq
                    
35instance Monoid Errors where
                    
40        LT -> b
                    
41instance Error Errors where
                    
42    noMsg = mempty
                    
102
                    
103throwErrorX s = get >>= \xs -> throwError $ Errors $ case xs of
                    
104        [] -> [(-1, "There is not enough xml data")]
                    
105        ((n,x):_) -> [(n, s ++ " at " ++ show (map snd $ takeWhile ((==n) . fst) xs) ++ ". Position = " ++ show n)]
                    
106bindX m s = m `catchError` (throwError . Errors . map (second $ (s++) . (" -> "++)) . errors)
                    
107
                    
116        getEnv [(_, Attr n _)] = XdcAttr n; getEnv [(_, Val _)] = XdcVal; getEnv [(_, ElemB n _)] = XdcElem n []
                    
117        getEnv x =  error $ "Error in list parsing (getEnv). Param: " ++ show x
                    
118
                    
                
liquidwartex.c git://git.savannah.nongnu.org/liquidwar.git | C | 448 lines
                    
173      if (!FLAG_HELP)
                    
174	printf ("ERROR! Too few arguments.\n");
                    
175    }
                    
198	  if (!FLAG_HELP)
                    
199	    printf ("ERROR! Color number must be between 8 and 32");
                    
200	}
                    
207	      if (!FLAG_HELP)
                    
208		printf ("ERROR! Too few arguments.\n");
                    
209	    }
                    
232  if (!success)
                    
233    printf ("ERROR! Unable to read '%s'.\n", filename);
                    
234  return success;
                    
271    {
                    
272      printf ("ERROR! Texture is too small.\n");
                    
273      DST_W = DST_H = 1;
                    
                
FileDatastore.tex https://code.google.com/p/opensees-websocket/ | LaTeX | 252 lines
                    
92these arrays. If the files could not be opened, or there is not enough
                    
93memory for the arrays an error message is printed and the program
                    
94is terminated. \\
                    
114the time of this last commit are the same. If they are different, an
                    
115error message is printed and $-1$ is returned. A check is then made to
                    
116see if the component base relations have been updated for this current domain
                    
122needed to be updated. A warning message and a negative number is
                    
123printed if an error occurs. \\
                    
124
                    
127The object first obtains from the Domain relation the information for
                    
128{\em commitTag}. If no information exists, an error message is printed
                    
129and a $-1$ is returned. A check is then made to see if the domain
                    
138with current time and load factor. A warning message and a negative
                    
139number is printed if an error occurs. \\
                    
140
                    
                
fruchterman_reingold.hpp https://gitlab.com/hnq90/gba4ios | C++ Header | 384 lines
                    
12#ifndef BOOST_GRAPH_USE_MPI
                    
13#error "Parallel BGL files should not be included unless <boost/graph/use_mpi.hpp> has been included"
                    
14#endif
                    
                
kmessageserver.cpp git://pkgs.fedoraproject.org/kdegames3 | C++ | 516 lines
                    
132  {
                    
133    kdError(11001) << k_funcinfo << ": Serversocket::ok() == false" << endl;
                    
134    delete d->mServerSocket;
                    
176  {
                    
177    kdError (11001) << k_funcinfo << ": Maximum number of clients reached!" << endl;
                    
178    return;
                    
227  {
                    
228    kdError(11001) << k_funcinfo << ": Deleting client that wasn't added before!" << endl;
                    
229    return;
                    
256  {
                    
257    kdError (11001) << k_funcinfo << ": sender of the signal was not a KMessageIO object!" << endl;
                    
258    return;
                    
364  {
                    
365    kdError (11001) << k_funcinfo << ": slot was not called from KMessageIO!" << endl;
                    
366    return;
                    
                
qd_port.cpp git://pkgs.fedoraproject.org/djvulibre | C++ | 410 lines
                    
148
                    
149QDPort::QDPort(bool _watch_errors, bool _watch_status,
                    
150	       QObject * parent, const char * name) :
                    
151      QObject(parent, name),
                    
152      watch_errors(_watch_errors), watch_status(_watch_status)
                    
153{
                    
153{
                    
154   sig_error_on=sig_status_on=sig_redisplay_on=
                    
155   sig_relayout_on=sig_chunk_done_on=
                    
171   if (!strncmp(s, SIGNAL(sigNotifyError(const GP<DjVuPort> &, const GUTF8String &)), len))
                    
172      sig_error_on=1;
                    
173   if (!strncmp(s, SIGNAL(sigNotifyStatus(const GP<DjVuPort> &, const QString &)), len))
                    
284{
                    
285   if (sig_error_on && watch_errors)
                    
286   {
                    
                
MainPage.xaml.cs https://SolutionFramework.svn.codeplex.com/svn | C# | 353 lines
                    
218                        var packageInfo = messageParts.ElementAt(1);
                    
219                        var errorMessage = messageParts.ElementAt(2);
                    
220                        var stackTrace = string.Empty;
                    
232
                    
233                        textBlock.Text = packageName + " " + errorMessage;
                    
234                        textBlock.Foreground = new SolidColorBrush(Colors.Red);
                    
236
                    
237                        package.Messages.Add(new PackageMessage(errorMessage, stackTrace));
                    
238
                    
257                    {
                    
258                        var errorMessage = messageParts.ElementAt(1);
                    
259                        var stackTrace = messageParts.ElementAt(1);
                    
261
                    
262                        textBlock.Text = errorMessage;
                    
263
                    
                
SocketExtensions.cs https://rxx.svn.codeplex.com/svn | C# | 417 lines
                    
102			{
                    
103				errorCode = default(SocketError);
                    
104			}
                    
124			Justification = "The args object is disposed in the EndInvoke method.")]
                    
125		internal static IAsyncResult BeginReceive(this Socket socket, byte[] buffer, int offset, int size, out SocketError errorCode, AsyncCallback callback, object state)
                    
126		{
                    
186			Justification = "Needed for parity with .NET 4.0 Framework.")]
                    
187		internal static int EndReceive(this Socket socket, IAsyncResult asyncResult, out SocketError errorCode)
                    
188		{
                    
192			{
                    
193				errorCode = args.SocketError;
                    
194
                    
292			{
                    
293				errorCode = default(SocketError);
                    
294			}
                    
                
pre_signin_policy_fetcher.cc git://github.com/chromium/chromium.git | C++ | 341 lines
                    
93    base::Optional<cryptohome::BaseReply> reply) {
                    
94  if (MountExReplyToMountError(reply) != cryptohome::MOUNT_ERROR_NONE) {
                    
95    LOG(ERROR) << "Temporary user home mount failed.";
                    
95    LOG(ERROR) << "Temporary user home mount failed.";
                    
96    NotifyCallback(PolicyFetchResult::ERROR, nullptr);
                    
97    return;
                    
142    base::Optional<cryptohome::BaseReply> reply) {
                    
143  if (BaseReplyToMountError(reply) != cryptohome::MOUNT_ERROR_NONE) {
                    
144    // The temporary userhome mount could not be unmounted. Log an error and
                    
147    // mount request).
                    
148    LOG(ERROR) << "Couldn't unmount temporary mount point";
                    
149  }
                    
151  if (retrieve_policy_response != RetrievePolicyResponseType::SUCCESS) {
                    
152    NotifyCallback(PolicyFetchResult::ERROR, nullptr);
                    
153    return;
                    
                
can.c https://github.com/derkling/DerkGPS.git | C | 485 lines
                    
110unsigned int canBxCount = 0;		// Frame Buffer Receive Interrupt
                    
111unsigned int canMObErrCount = 0;	// CAN General error count
                    
112unsigned int  canAckMObErrCount = 0;	//	Acknowledgment Error
                    
112unsigned int  canAckMObErrCount = 0;	//	Acknowledgment Error
                    
113unsigned int  canForMObErrCount = 0;	//	Form Error
                    
114unsigned int  canCrcMObErrCount = 0;	//	CRC Error
                    
114unsigned int  canCrcMObErrCount = 0;	//	CRC Error
                    
115unsigned int  canStuMObErrCount = 0;	//	Stuff Error
                    
116unsigned int  canBitMObErrCount = 0;	//	 Bit Error (Only in Transmission)
                    
116unsigned int  canBitMObErrCount = 0;	//	 Bit Error (Only in Transmission)
                    
117unsigned int canGenErrCount = 0;	// CAN General error count
                    
118unsigned int  canAckGenErrCount = 0;	//	Acknowledgment Error
                    
118unsigned int  canAckGenErrCount = 0;	//	Acknowledgment Error
                    
119unsigned int  canForGenErrCount = 0;	//	Form Error
                    
120unsigned int  canCrcGenErrCount = 0;	//	CRC Error
                    
                
screen.css https://github.com/opentransact/nubux.git | CSS | 227 lines
                    
166#content .body .flash { border-radius: 0.2em; -webkit-border-radius: 0.2em; -moz-border-radius: 0.2em; background: #AFA; padding: 0.5em; margin-bottom: 0.5em; }
                    
167#content .body .flash.error { background: #FAA; }
                    
168#content form input { font-size: 1.2em; }
                    
172#content form .memo_confirmation { border: 1px solid #aaa; padding: 0.5em; font-size: 1.2em; color: #006; margin: 0.5em 0; }
                    
173#content form .formError { color: red; display: inline; }
                    
174
                    
                
Handle.pm http://dwarvis.googlecode.com/svn/trunk/ | Perl | 566 lines
                    
85Wait until the filehandle is readable or writable (and return true) or
                    
86until an error condition happens (and return false).
                    
87
                    
                
util.py https://code.google.com/p/nubox/ | Python | 395 lines
                    
30        item_typecode = TYPE_TO_TYPECODE[item_type]
                    
31    except KeyError:
                    
32        item_typecode = OBJECT_TYPECODES[0]
                    
104            isatomic = False
                    
105    except TypeError:
                    
106        isiterable = False
                    
169    if len(slices) != len(shape):
                    
170        raise ValueError("number of slices must match shape")
                    
171    nd_indices = []
                    
223    if ln < 2:
                    
224        raise ValueError('at least 2 breakpoints required')
                    
225    breakids = []
                    
254#    if len(colors) != 240:
                    
255#        raise ValueError("Array has to be of length 240.")
                    
256#    init = ''
                    
                
s_account.lua http://mta-venux.googlecode.com/svn/trunk/ | Lua | 331 lines
                    
75				outputChatBox("Username or password is invalid! You only have "..(3-attempts).." attempts left!",thePlayer, 255,0,0 )
                    
76				--return outputDebugString("ERROR 1: Failed to retrieve account for user: ".. getPlayerName(thePlayer) .."   function: attemptLogin", 3)
                    
77			end
                    
86	if ( username ~= "" and password ~= "" ) then
                    
87		local success, error = exports.sql:query_free("INSERT INTO `accounts` VALUES('', '".. tostring(username) .."', '".. md5( tostring( password ) ) .."', '".. getPlayerSerial(thePlayer) .."', '0')")
                    
88			if ( error ) then
                    
88			if ( error ) then
                    
89				return outputDebugString( error )
                    
90			else
                    
109				if ( q == false ) then
                    
110						outputDebugString("Error: This player doesnt have any characters.", 3) -- output info message.
                    
111						outputChatBox("* You do not have any characters yet, please create one to play.", thePlayer, 180, 100, 0 )
                    
134	else
                    
135		return outputDebugString("ERROR 5: setupCharacterSelect could not be started, first IF failed.", 2)
                    
136	end
                    
                
libip6tc.c http://xpkit.googlecode.com/svn/trunk/xpkit/ | C | 443 lines
                    
5 * Chains go INPUT, FORWARD, OUTPUT then user chains.
                    
6 * Each user chain starts with an ERROR node.
                    
7 * Every chain ends with an unconditional jump: a RETURN for user chains,
                    
59
                    
60#define ERROR_TARGET		IP6T_ERROR_TARGET
                    
61#define NUMHOOKS		NF_IP6_NUMHOOKS
                    
93#define TC_COMMIT		ip6tc_commit
                    
94#define TC_STRERROR		ip6tc_strerror
                    
95
                    
201			printf("verdict=%u\n", pos);
                    
202	} else if (strcmp(t->u.user.name, IP6T_ERROR_TARGET) == 0)
                    
203		printf("error=`%s'\n", t->data);
                    
435
                    
436	/* Final entry must be error node */
                    
437	assert(strcmp(GET_TARGET(index2entry(h, h->new_number-1))
                    
                
jquery.tablesorter.pager.js https://gitlab.com/Mirros/cdnjs | JavaScript | 417 lines
                    
188				if (exception) {
                    
189					// add error row to thead instead of tbody, or clicking on the header will result in a parser error
                    
190					$t.find('thead').append(err);
                    
214				$t.before(c.temp);
                    
215				$(document).ajaxError(function(e, xhr, settings, exception) {
                    
216					renderAjax(null, table, c, exception);
                    
                
domainr-search-box.js https://gitlab.com/Mirros/cdnjs | JavaScript | 552 lines
                    
1(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.domainr = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
                    
2'use strict';
                    
16  if (!callback) {
                    
17    throw new Error('[domainr] Missing callback');
                    
18  }
                    
49    if (x.status != 200) {
                    
50      util.error('Error fetching data: ' + x.responseText);
                    
51      return;
                    
57    } catch (e) {
                    
58      util.error('Unable to parse data: ' + x.responseText + '; ' + e);
                    
59      return;
                    
75  var timeout = setTimeout(function() {
                    
76    util.error('Timeout trying to retrieve ' + url);
                    
77  }, 5000);
                    
546  qs: qs,
                    
547  error: error,
                    
548  uniq: uniq
                    
                
gitlab-ci.rst https://github.com/gromacs/gromacs.git | ReStructuredText | 282 lines
                    
85        :file:`admin/gitlab-ci/rules.gitlab-ci.yml`).
                    
86        Errors or unexpected behavior will occur if you specify more than one
                    
87        *.rules:...* template, or if you use these parameters in combination
                    
88        with a *.rules...* template.
                    
89        To reduce errors and unexpected behavior, restrict usage of these controls
                    
90        to regular job definitions (don't use in "hidden" or parent jobs).
                    
                
x86-64-specific-reg.l https://github.com/atgreen/moxiedev.git | LEX | 376 lines
                    
11.*:[0-9]*: Warning: .*rax.*rsi.*
                    
12.*:[0-9]*: Error: .*rax.* 2 .*mwait.*
                    
13.*:[0-9]*: Error: .*rax.* 2 .*monitor.*
                    
13.*:[0-9]*: Error: .*rax.* 2 .*monitor.*
                    
14.*:[0-9]*: Error: .*rax.* 3 .*monitor.*
                    
15.*:[0-9]*: Error: .*eax.* 2 .*invlpga.*
                    
25.*:[0-9]*: Warning: .*rcx.*rsi.*
                    
26.*:[0-9]*: Error: .*rcx.* 1 .*mwait.*
                    
27.*:[0-9]*: Error: .*rcx.* 1 .*monitor.*
                    
27.*:[0-9]*: Error: .*rcx.* 1 .*monitor.*
                    
28.*:[0-9]*: Error: .*rcx.* 3 .*monitor.*
                    
29.*:[0-9]*: Error: .*rcx.* 1 .*vmload.*
                    
29.*:[0-9]*: Error: .*rcx.* 1 .*vmload.*
                    
30.*:[0-9]*: Error: .*rcx.* 1 .*vmrun.*
                    
31.*:[0-9]*: Error: .*rcx.* 1 .*vmsave.*
                    
                
CHANGELOG.md https://github.com/mongomapper/mongomapper.git | Markdown | 320 lines
                    
81* PR-628 jamieorc <jamieorc@gmail.com> Corrected a regression on Set keys with typecast
                    
82* PR-611 SteffanPerry <sperry1988@gmail.com> Missing yaml requirement was throwing error on rail 4.2.1: "uninitialized constant `MongoMapper::Railtie::YAML` (NameError)"
                    
83* Add `attributes` to reserved keys
                    
126
                    
127* (Optionally) allow only static (defined) keys, and raise errors for keys that haven't been defined (mimic Mongoid's allow_dynamic_fields = false).
                    
128
                    
137    p = Person.new
                    
138    p['non_defined_key'] = 'foo' # => MissingKeyError
                    
139    ```
                    
183* Fix autosupport loading issue (See rails issue 14664), and add test for ruby 2.1.1 [leifcr]
                    
184* Fix syntax error in rescue response declarations for rails < 3.2 was causing MongoMapper::DocumentNotFound exceptions to cause an exception in WebBrick's exception handling in development. [bsoule]
                    
185
                    
188* Lock rest-client to 1.6.7 to ensure installation on 1.8.7
                    
189* Added error message: can't mass assign protected attribute. This should be deprecated for proper protected_attributes support down the road.  [ThomasAlxDmy]
                    
190* Add a spec to check for extra whitespace in files [rthbound]
                    
                
flash.c https://github.com/atgreen/moxiedev.git | C | 573 lines
                    
234	if (info->sector_count > CONFIG_SYS_MAX_FLASH_SECT) {
                    
235		printf ("** ERROR: sector count %d > max (%d) **\n",
                    
236			info->sector_count, CONFIG_SYS_MAX_FLASH_SECT);
                    
                
nl.po.in git://git.savannah.gnu.org/gsasl.git | Autoconf | 300 lines
                    
24
                    
25#: src/error.c:46
                    
26msgid "Libgsasl success"
                    
28
                    
29#: src/error.c:47
                    
30msgid "SASL mechanism needs more data"
                    
32
                    
33#: src/error.c:48
                    
34msgid "Unknown SASL mechanism"
                    
36
                    
37#: src/error.c:50
                    
38msgid "SASL mechanism called too many times"
                    
40
                    
41#: src/error.c:52
                    
42msgid "SASL function needs larger buffer (internal error)"
                    
                
OWSExceptionReport.java http://geoforge.googlecode.com/svn/trunk/ | Java | 340 lines
                    
24 * report XML document. Exception reports typically contain one or more independent exceptions indicating an independent
                    
25 * error.
                    
26 * <p/>
                    
39    /**
                    
40     * Indicates the exception report's list of web service exceptions. Each exception indicates an independent error.
                    
41     * Initially assigned to a new <code>ArrayList</code>.
                    
119    /**
                    
120     * Indicates this exception report's list of web service exceptions. Each exception indicates an independent error.
                    
121     *
                    
131    /**
                    
132     * Specifies this exception report's list of web service exceptions. Each exception indicates an independent error.
                    
133     *
                    
                
Default.ascx http://pigeoncms.googlecode.com/svn/trunk/ | ASP.NET | 226 lines
                    
24    <h1><%=base.GetLabel("ModuleTitle", "Comments")%></h1>
                    
25    <asp:Label ID="LblErr" runat="server" Text="" CssClass="error"></asp:Label>
                    
26    <asp:Label ID="LblOk" runat="server" Text="" CssClass="success"></asp:Label>
                    
                
mapping.py https://code.google.com/p/mappa/ | Python | 369 lines
                    
70
                    
71    def handle_literal(self, handler, error_handler, subject, predicate_iri, value, datatype, language):
                    
72        """\
                    
74        """
                    
75        error_handler.reject_literal(self.name, value, datatype)
                    
76
                    
76
                    
77    def handle_object(self, handler, error_handler, subject, predicate_iri, obj, is_blank_node):
                    
78        """\
                    
80        """
                    
81        error_handler.reject_nonliteral(self.name, obj)
                    
82
                    
179
                    
180    def handle_object(self, handler, error_handler, subject, predicate_iri, obj, is_blank_node):
                    
181        handler.startAssociation()
                    
                
Patch.java http://mater.googlecode.com/svn/trunk/ | Java | 467 lines
                    
85		//System.out.print("ADD = "+ new Double((610 / e) )+" ; ");
                    
86		//MaterModel.pError("model.getMaxPopDensity = "+ model.getMaxPopDensity() + " model.getMinPopDensity = " + model.getMinPopDensity() + " model.getOverallMaxPopDensity = "+ model.getOverallMaxPopDensity() + " model.getOverallMinPopDensity = "+ model.getOverallMinPopDensity());
                    
87		//MaterModel.pError("**********************");
                    
87		//MaterModel.pError("**********************");
                    
88		//MaterModel.pError("elevation = "+ this.elevation + "elevation / MAX_E = " + this.elevation / MAX_E);
                    
89		//MaterModel.pError("RESULT: "+ e);
                    
90		/*if( e < 0 )
                    
91			MaterModel.pError("BUG: valor de capacidade de suporte de uma c?Šlula inferior a 0!!! elevation is "+this.elevation+ " and isWater "+this.water);*/
                    
92		return e;
                    
105		//System.out.print("ADD = "+ new Double((610 / e) )+" ; ");
                    
106		//MaterModel.pError("model.getMaxPopDensity = "+ model.getMaxPopDensity() + " model.getMinPopDensity = " + model.getMinPopDensity() + " model.getOverallMaxPopDensity = "+ model.getOverallMaxPopDensity() + " model.getOverallMinPopDensity = "+ model.getOverallMinPopDensity());
                    
107		//MaterModel.pError("**********************");
                    
107		//MaterModel.pError("**********************");
                    
108		//MaterModel.pError("elevation = "+ this.elevation + "elevation / MAX_E = " + this.elevation / MAX_E);
                    
109		//MaterModel.pError("RESULT: "+ e);
                    
                
packmime_ranvar.h http://uu-cope.googlecode.com/svn/trunk/ | C Header | 383 lines
                    
219  static const double RATE_SCALE2;  /* Gamma rate parameter of scale^2 */
                    
220  static const double V_ERROR;      /* variance of error */
                    
221};
                    
245  static const double RATE_SCALE2;  /* Gamma rate parameter of scale^2 */
                    
246  static const double V_ERROR;      /* variance of error */
                    
247};
                    
333  static const double RATE_SCALE2_B;  /* Gamma rate param of scale^2 */
                    
334  static const double V_ERROR_B;      /* variance of error */
                    
335
                    
354  static const double RATE_SCALE2_W;  /* Gamma rate param of scale^2 */
                    
355  static const double V_ERROR_W;      /* variance of error */
                    
356
                    
                
__init__.py https://bitbucket.org/birkenfeld/sphinx/ | Python | 351 lines
                    
18from sphinx import package_dir
                    
19from sphinx.errors import PycodeError
                    
20from sphinx.pycode import nodes
                    
188        except Exception as err:
                    
189            raise PycodeError('error opening %r' % filename, err)
                    
190        obj = cls(fileobj, modname, filename)
                    
197            entry = cls.cache['module', modname]
                    
198            if isinstance(entry, PycodeError):
                    
199                raise entry
                    
207                obj = cls.for_file(source, modname)
                    
208        except PycodeError as err:
                    
209            cls.cache['module', modname] = err
                    
250            self.tokens = list(tokenize.generate_tokens(self.source.readline))
                    
251        except tokenize.TokenError as err:
                    
252            raise PycodeError('tokenizing failed', err)
                    
                
KhorosToMatLab.old git://github.com/aludnam/MATLAB.git | Perl | 452 lines
                    
278    print "elseif nargin ==2\n  Inputs=varargin{1}; arglist=varargin{2};\n";
                    
279    print "else error('Usage: [out1,..] = k$fname(Inputs,arglist).');\nend\n";
                    
280  }
                    
285    print "elseif nargin ==1\n  arglist=varargin{1};\n";
                    
286    print "else error('Usage: [out1,..] = k$fname(arglist).');\nend\n";
                    
287  }
                    
287  }
                    
288print "if size(arglist,2)~=2\n  error('arglist must be of form {''ParameterTag1'',value1;''ParameterTag2'',value2}')\n end\n";
                    
289
                    
342      if (nextinput > length(Inputs)) 
                    
343        error(['Input ' narglist{jj,1} ' has no corresponding input!']); 
                    
344      end
                    
348      if (nextoutput > nargout) 
                    
349        error(['Output nr. ' narglist{jj,1} ' is not present in the assignment list of outputs !']); 
                    
350      end
                    
                
nsISHistory.h http://firefox-mac-pdf.googlecode.com/svn/trunk/ | C Header | 313 lines
                    
94   *                          the index is obtained successfully.
                    
95   *                          <code>NS_ERROR_FAILURE</code> Error in obtaining
                    
96   *                          history entry for the given index.
                    
112   * @throws                  <code>NS_SUCCESS_LOSS_OF_INSIGNIFICANT_DATA</code> Purge was vetod.
                    
113   * @throws                  <code>NS_ERROR_FAILURE</code> numEntries is
                    
114   *                          invalid or out of bounds with the size of history.
                    
206#define NS_FORWARD_SAFE_NSISHISTORY(_to) \
                    
207  NS_SCRIPTABLE NS_IMETHOD GetCount(PRInt32 *aCount) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCount(aCount); } \
                    
208  NS_SCRIPTABLE NS_IMETHOD GetIndex(PRInt32 *aIndex) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIndex(aIndex); } \
                    
208  NS_SCRIPTABLE NS_IMETHOD GetIndex(PRInt32 *aIndex) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIndex(aIndex); } \
                    
209  NS_SCRIPTABLE NS_IMETHOD GetRequestedIndex(PRInt32 *aRequestedIndex) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequestedIndex(aRequestedIndex); } \
                    
210  NS_SCRIPTABLE NS_IMETHOD GetMaxLength(PRInt32 *aMaxLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMaxLength(aMaxLength); } \
                    
210  NS_SCRIPTABLE NS_IMETHOD GetMaxLength(PRInt32 *aMaxLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMaxLength(aMaxLength); } \
                    
211  NS_SCRIPTABLE NS_IMETHOD SetMaxLength(PRInt32 aMaxLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMaxLength(aMaxLength); } \
                    
212  NS_SCRIPTABLE NS_IMETHOD GetEntryAtIndex(PRInt32 index, PRBool modifyIndex, nsIHistoryEntry **_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEntryAtIndex(index, modifyIndex, _retval); } \
                    
                
nsIDOMHTMLAppletElement.h http://firefox-mac-pdf.googlecode.com/svn/trunk/ | C Header | 309 lines
                    
138#define NS_FORWARD_SAFE_NSIDOMHTMLAPPLETELEMENT(_to) \
                    
139  NS_SCRIPTABLE NS_IMETHOD GetAlign(nsAString & aAlign) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlign(aAlign); } \
                    
140  NS_SCRIPTABLE NS_IMETHOD SetAlign(const nsAString & aAlign) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlign(aAlign); } \
                    
140  NS_SCRIPTABLE NS_IMETHOD SetAlign(const nsAString & aAlign) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlign(aAlign); } \
                    
141  NS_SCRIPTABLE NS_IMETHOD GetAlt(nsAString & aAlt) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAlt(aAlt); } \
                    
142  NS_SCRIPTABLE NS_IMETHOD SetAlt(const nsAString & aAlt) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlt(aAlt); } \
                    
142  NS_SCRIPTABLE NS_IMETHOD SetAlt(const nsAString & aAlt) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAlt(aAlt); } \
                    
143  NS_SCRIPTABLE NS_IMETHOD GetArchive(nsAString & aArchive) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetArchive(aArchive); } \
                    
144  NS_SCRIPTABLE NS_IMETHOD SetArchive(const nsAString & aArchive) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetArchive(aArchive); } \
                    
144  NS_SCRIPTABLE NS_IMETHOD SetArchive(const nsAString & aArchive) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetArchive(aArchive); } \
                    
145  NS_SCRIPTABLE NS_IMETHOD GetCode(nsAString & aCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCode(aCode); } \
                    
146  NS_SCRIPTABLE NS_IMETHOD SetCode(const nsAString & aCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCode(aCode); } \
                    
146  NS_SCRIPTABLE NS_IMETHOD SetCode(const nsAString & aCode) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCode(aCode); } \
                    
147  NS_SCRIPTABLE NS_IMETHOD GetCodeBase(nsAString & aCodeBase) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCodeBase(aCodeBase); } \
                    
148  NS_SCRIPTABLE NS_IMETHOD SetCodeBase(const nsAString & aCodeBase) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCodeBase(aCodeBase); } \
                    
                
PtpObject.java http://jpcsp.googlecode.com/svn/trunk/ | Java | 430 lines
                    
84		protected int getExceptionResult(IOException e) {
                    
85			return SceKernelErrors.ERROR_NET_ADHOC_TIMEOUT;
                    
86		}
                    
100		protected int getExceptionResult(IOException e) {
                    
101			return SceKernelErrors.ERROR_NET_ADHOC_CONNECTION_REFUSED;
                    
102		}
                    
121		protected int getExceptionResult(IOException e) {
                    
122			return SceKernelErrors.ERROR_NET_ADHOC_TIMEOUT;
                    
123		}
                    
204			}
                    
205			result = SceKernelErrors.ERROR_NET_ADHOC_PORT_IN_USE;
                    
206		} catch (SocketException e) {
                    
246			// Accept cannot be completed in non-blocking mode
                    
247			result = SceKernelErrors.ERROR_NET_ADHOC_NO_DATA_AVAILABLE;
                    
248		} else {
                    
                
_image_selector_8php_source.html http://openbiz-cubi.googlecode.com/svn/trunk/ | HTML | 130 lines
                    
43<a name="l00013"></a>00013         $this-&gt;m_cssClass = isset($xmlArr[<span class="stringliteral">&quot;ATTRIBUTES&quot;</span>][<span class="stringliteral">&quot;CSSCLASS&quot;</span>]) ? $xmlArr[<span class="stringliteral">&quot;ATTRIBUTES&quot;</span>][<span class="stringliteral">&quot;CSSCLASS&quot;</span>] : <span class="stringliteral">&#39;image_selector&#39;</span>;
                    
44<a name="l00014"></a>00014         $this-&gt;m_cssErrorClass = isset($xmlArr[<span class="stringliteral">&quot;ATTRIBUTES&quot;</span>][<span class="stringliteral">&quot;CSSERRORCLASS&quot;</span>]) ? $xmlArr[<span class="stringliteral">&quot;ATTRIBUTES&quot;</span>][<span class="stringliteral">&quot;CSSERRORCLASS&quot;</span>] : $this-&gt;m_cssClass . <span class="stringliteral">&quot;_error&quot;</span>;
                    
45<a name="l00015"></a>00015         $this-&gt;m_cssFocusClass = isset($xmlArr[<span class="stringliteral">&quot;ATTRIBUTES&quot;</span>][<span class="stringliteral">&quot;CSSFOCUSCLASS&quot;</span>]) ? $xmlArr[<span class="stringliteral">&quot;ATTRIBUTES&quot;</span>][<span class="stringliteral">&quot;CSSFOCUSCLASS&quot;</span>] : $this-&gt;m_cssClass . <span class="stringliteral">&quot;_focus&quot;</span>;
                    
58<a name="l00028"></a>00028         $formobj = $this-&gt;GetFormObj();
                    
59<a name="l00029"></a>00029         <span class="keywordflow">if</span>($formobj-&gt;m_Errors[$this-&gt;m_Name]){
                    
60<a name="l00030"></a>00030                      $func .= <span class="stringliteral">&quot;onclick=\&quot;this.className=&#39;$this-&gt;m_cssClass&#39;\&quot;&quot;</span>;
                    
                
FileController.cs https://bitbucket.org/jeffmccommas/acex.git | C# | 326 lines
                    
142            {
                    
143                return Request.CreateErrorResponse(HttpStatusCode.InternalServerError, ex.Message);
                    
144            }
                    
165            {
                    
166                return Request.CreateErrorResponse(HttpStatusCode.InternalServerError, ex.Message);
                    
167            }
                    
222            {
                    
223                return Request.CreateErrorResponse(HttpStatusCode.InternalServerError, ex.Message);
                    
224            }
                    
284                        _insightsEfRepository.DeleteFile(filePostrequest.Filedetail.Id);
                    
285                        return Request.CreateErrorResponse(HttpStatusCode.InternalServerError, CEConfiguration.Error_PostFailed);
                    
286                        //response.Message = postresult;
                    
292            {
                    
293                return Request.CreateErrorResponse(HttpStatusCode.InternalServerError, CEConfiguration.Error_PostFailed);
                    
294            }
                    
                
xfs_buf.h https://bitbucket.org/sjohann81/linux-4.13.9.git | C Header | 396 lines
                    
166	unsigned int		b_state;	/* internal state flags */
                    
167	int			b_io_error;	/* internal IO error state */
                    
168	wait_queue_head_t	b_waiters;	/* unpin waiters */
                    
188	unsigned int		b_offset;	/* page offset in first page */
                    
189	int			b_error;	/* error code on I/O */
                    
190
                    
200	 *
                    
201	 * last_error is used to ensure that we are getting repeated errors, not
                    
202	 * different errors. e.g. a block device might change ENOSPC to EIO when
                    
202	 * different errors. e.g. a block device might change ENOSPC to EIO when
                    
203	 * a failure timeout occurs, so we want to re-initialise the error
                    
204	 * retry behaviour appropriately when that happens.
                    
207	unsigned long		b_first_retry_time; /* in jiffies */
                    
208	int			b_last_error;
                    
209
                    
                
odecpp_collision.h https://bitbucket.org/rutad/libs.git | C Header | 429 lines
                    
29
                    
30//#include <ode/error.h>
                    
31
                    
                
tool_daemon_proc.cpp git://pkgs.fedoraproject.org/condor | C++ | 478 lines
                    
170		if( tmp ) {
                    
171			args_success = DaemonArgs.AppendArgsV1Raw(tmp,&args_error);
                    
172			dprintf( D_FULLDEBUG, "Daemon Args: %s\n", tmp ) ;
                    
179		dprintf(D_ALWAYS, "Aborting.  Failed to read daemon args: %s\n",
                    
180				args_error.Value());
                    
181		return 0;
                    
235	                      false,
                    
236	                      "Tool Daemon Error file");
                    
237
                    
297	int create_process_errno = errno;
                    
298	if(JobPid == FALSE && errno) create_process_error = strerror(errno);
                    
299
                    
363			dprintf(D_ALWAYS,
                    
364			        "error suspending process family\n");
                    
365		}
                    
                
dri_glx.c git://pkgs.fedoraproject.org/mesa-libGLw | C | 473 lines
                    
83
                    
84static void ErrorMessageF(const char *f, ...)
                    
85{
                    
88    if (getenv("LIBGL_DEBUG")) {
                    
89	fprintf(stderr, "libGL error: ");
                    
90	va_start(args, f);
                    
251             */
                    
252            ErrorMessageF("%s not defined in %s_dri.so!\n"
                    
253			  "Your driver may be too old for this libGL.\n",
                    
266      else {
                    
267	 ErrorMessageF("dlopen %s failed (%s)\n", realDriverName, dlerror());
                    
268      }
                    
271   if (!driver)
                    
272      ErrorMessageF("unable to load driver: %s_dri.so\n", driverName);
                    
273
                    
                
CGIHTTPServer.py https://bitbucket.org/pypy/pypy/ | Python | 378 lines
                    
148            if not (self.have_fork or self.have_popen2 or self.have_popen3):
                    
149                self.send_error(403, "CGI script is not a Python script (%r)" %
                    
150                                scriptname)
                    
152            if not self.is_executable(scriptfile):
                    
153                self.send_error(403, "CGI script is not executable (%r)" %
                    
154                                scriptname)
                    
247                    os.setuid(nobody)
                    
248                except os.error:
                    
249                    pass
                    
253            except:
                    
254                self.server.handle_error(self.request, self.client_address)
                    
255                os._exit(127)
                    
272                nbytes = int(length)
                    
273            except (TypeError, ValueError):
                    
274                nbytes = 0
                    
                
QuadTreeNode.cpp git://github.com/swganh/mmoserver.git | C++ | 433 lines
                    
191            {
                    
192                assert(false && "QuadTreeNode::getObjectsInRange ERROR INVALID ID");
                    
193            }
                    
328        }
                    
329        DLOG(INFO) << "QuadTreeNode::removeObject ERROR FAILED to REMOVE object with id = " << object->getId();
                    
330        return(2);
                    
407		{
                    
408			gLogger->log(LogManager::DEBUG,"QuadTreeNode::addMyObject: ERROR INSERTED OBJECT already exist = %"PRIu64"",  object->getId());
                    
409			return(2);
                    
                
GameSwingDoor.cpp git://github.com/FrictionalGames/PenumbraOverture.git | C++ | 474 lines
                    
85	{
                    
86		Error("Couldn't find game element for entity '%s'\n",mpEntity->GetName().c_str());
                    
87	}
                    
                
keys.rb git://github.com/jnunemaker/mongomapper.git | Ruby | 469 lines
                    
120            attrs['_type'] ? attrs['_type'].constantize : self
                    
121          rescue NameError
                    
122            self
                    
                
BshScriptEngine.java http://beanshell2.googlecode.com/svn/trunk/ | Java | 381 lines
                    
92			// explicit parsing error
                    
93			throw new ScriptException(e.toString(), e.getErrorSourceFile(), e.getErrorLineNumber());
                    
94		} catch (TargetError e) {
                    
96			// set it as the cause ?
                    
97			ScriptException se = new ScriptException(e.toString(), e.getErrorSourceFile(), e.getErrorLineNumber());
                    
98			se.initCause(e.getTarget());
                    
198	private ScriptException constructScriptException(final EvalError e) {
                    
199		return new ScriptException(e.getMessage(), e.getErrorSourceFile(), e.getErrorLineNumber());
                    
200	}
                    
270			// set it as the cause ?
                    
271			ScriptException se = new ScriptException(e.toString(), e.getErrorSourceFile(), e.getErrorLineNumber());
                    
272			se.initCause(e.getTarget());
                    
275			// The script couldn't be evaluated properly
                    
276			throw new ScriptException(e.toString(), e.getErrorSourceFile(), e.getErrorLineNumber());
                    
277		} catch (InterpreterError e) {
                    
                
bodycontent-inc.php http://ebpls.googlecode.com/svn/trunk/ | PHP | 444 lines
                    
2/*Modification History:
                    
32008.04.25: Change constants to strings to remove PHP errors in log lines 99+  line 461??
                    
4*/
                    
                
context.ipp http://hadesmem.googlecode.com/svn/trunk/ | C++ Header | 0 lines
                    
203  {
                    
204    ec = boost::system::error_code(::ERR_get_error(),
                    
205        boost::asio::error::get_ssl_category());
                    
305  {
                    
306    ec = boost::system::error_code(::ERR_get_error(),
                    
307        boost::asio::error::get_ssl_category());
                    
344  {
                    
345    ec = boost::system::error_code(::ERR_get_error(),
                    
346        boost::asio::error::get_ssl_category());
                    
384  {
                    
385    ec = boost::system::error_code(::ERR_get_error(),
                    
386        boost::asio::error::get_ssl_category());
                    
423  {
                    
424    ec = boost::system::error_code(::ERR_get_error(),
                    
425        boost::asio::error::get_ssl_category());
                    
                
headers.html http://hadesmem.googlecode.com/svn/trunk/ | HTML | 0 lines
                    
56
                    
57div.admonition, div.attention, div.caution, div.danger, div.error,
                    
58div.hint, div.important, div.note, div.tip, div.warning {
                    
69div.attention p.admonition-title, div.caution p.admonition-title,
                    
70div.danger p.admonition-title, div.error p.admonition-title,
                    
71div.warning p.admonition-title {
                    
                
Level0.cpp http://wowtbc.googlecode.com/svn/trunk/ | C++ | 497 lines
                    
242	{
                    
243		RedSystemMessage(m_session, "Internal error: Could not find create info.");
                    
244		return false;
                    
                
api.py git://github.com/RuudBurger/CouchPotatoServer.git | Python | 385 lines
                    
34    script as script_) # command name conflict
                    
35from migrate.versioning.util import catch_known_errors, with_engine
                    
36
                    
73    if cmd is None:
                    
74        raise exceptions.UsageError(None)
                    
75    try:
                    
77    except:
                    
78        raise exceptions.UsageError(
                    
79            "'%s' isn't a valid command. Try 'help COMMAND'" % cmd)
                    
84
                    
85@catch_known_errors
                    
86def create(repository, name, **opts):
                    
97
                    
98@catch_known_errors
                    
99def script(description, repository, **opts):
                    
                
nls.d git://github.com/simendsjo/dwin.git | D | 514 lines
                    
34import dwin.core;
                    
35import dwin.error;
                    
36
                    
                
cmpaux.c git://pkgs.fedoraproject.org/gcl | C | 580 lines
                    
86  sSPmemory->s.s_dbind->cfd.cfd_self[fix(index)]=val;
                    
87  else FEerror("setvv called outside %init",0);
                    
88  RETURN1(index);
                    
110/*   if (y == 0) { */
                    
111/*     FEerror("Zero divizor", 0); */
                    
112/*     return 0; */
                    
179	default:
                    
180		FEerror("~S cannot be coerce to a C char.", 1, x);
                    
181	}
                    
204	default:
                    
205		FEerror("~S cannot be coerce to a C int.", 1, x);
                    
206	}
                    
559  if (fread(tmp,1,ss.st_size,f)!=ss.st_size)
                    
560    FEerror("Error reading binary file",0);
                    
561  fclose(f);
                    
                
SimpleCharStream.java git://pkgs.fedoraproject.org/xsom | Java | 480 lines
                    
116     {
                    
117        throw new Error(t.getMessage());
                    
118     }
                    
                
task_smpl_user.c git://pkgs.fedoraproject.org/papi | C | 535 lines
                    
194	if (pfm_read(fd, 0, PFM_RW_PMD_ATTR, pd, num_pmds * sizeof(*pd)))
                    
195		fatal_error("pfm_read(PMD) error errno %d\n",errno);
                    
196
                    
366		}
                    
367		fatal_error("cannot create session %s\n", strerror(errno));
                    
368	}
                    
373	if (pfm_write(fd, 0, PFM_RW_PMC, pc, outp.pfp_pmc_count * sizeof(*pc)))
                    
374		fatal_error("pfm_write error errno %d\n",errno);
                    
375	/*
                    
422	if (pfm_attach(fd, 0, options.opt_sys ? 0 : pid))
                    
423		fatal_error("pfm_attach error errno %d\n",errno);
                    
424
                    
429	if (pfm_set_state(fd, 0, PFM_ST_START))
                    
430		fatal_error("pfm_set_state(start) error errno %d\n",errno);
                    
431
                    
                
test.js https://github.com/trentm/molybdenum.git | JavaScript | 421 lines
                    
25          }
                    
26        }, function (error, response, body) {
                    
27      test.equal(response.statusCode, 200);
                    
40          }
                    
41        }, function (error, response, body) {
                    
42      test.equal(response.statusCode, 200);
                    
54          }
                    
55        }, function (error, response, body) {
                    
56      test.equal(response.statusCode, 200);
                    
71          }
                    
72        }, function (error, response, body) {
                    
73      test.equal(response.statusCode, 200);
                    
91          }
                    
92        }, function (error, response, body) {
                    
93      test.equal(response.statusCode, 200);
                    
                
class.php https://gitlab.com/alexprowars/bitrix | PHP | 309 lines
                    
27{
                    
28	/** @var ErrorCollection $errors */
                    
29	protected $errors;
                    
277	{
                    
278		foreach ($this->errors as $error)
                    
279		{
                    
279		{
                    
280			ShowError($error);
                    
281		}
                    
285	{
                    
286		$this->errors = new \Bitrix\Main\ErrorCollection();
                    
287		if (!Bitrix\Main\Loader::includeModule('sender'))
                    
288		{
                    
289			$this->errors->setError(new Error('Module `sender` is not installed.'));
                    
290			$this->printErrors();
                    
                
BrokerFilter.java https://github.com/apache/activemq.git | Java | 411 lines
                    
132    @Override
                    
133    public void removeConnection(ConnectionContext context, ConnectionInfo info, Throwable error) throws Exception {
                    
134        getNext().removeConnection(context, info, error);
                    
                
CreateProjectsFromMetadataAction.java https://github.com/apache/continuum.git | Java | 359 lines
                    
166                    getLogger().info( "Malformed URL (MungedHttpsURL is not valid): " + hidePasswordInUrl( curl ) );
                    
167                    result.addError( ContinuumProjectBuildingResult.ERROR_MALFORMED_URL );
                    
168                }
                    
194            result = new ContinuumProjectBuildingResult();
                    
195            result.addError( ContinuumProjectBuildingResult.ERROR_MALFORMED_URL );
                    
196        }
                    
200            result = new ContinuumProjectBuildingResult();
                    
201            result.addError( ContinuumProjectBuildingResult.ERROR_MALFORMED_URL );
                    
202        }
                    
231        {
                    
232            throw new SettingsConfigurationException( "Error reading settings file", e );
                    
233        }
                    
                
XalanDeque.hpp https://github.com/apache/xalan-c.git | C++ Header | 543 lines
                    
475        // Allocate space first, so we don't have to worry
                    
476        // about an out-of-memory error once we've constructed
                    
477        // the new block.
                    
                
cdc.h https://gitlab.com/jomat/r0ket | C Header | 236 lines
                    
158// (usbcdc11.pdf, 6.3.5, Table 69)
                    
159#define CDC_SERIAL_STATE_OVERRUN                (1 << 6)  // receive data overrun error has occurred
                    
160#define CDC_SERIAL_STATE_PARITY                 (1 << 5)  // parity error has occurred
                    
160#define CDC_SERIAL_STATE_PARITY                 (1 << 5)  // parity error has occurred
                    
161#define CDC_SERIAL_STATE_FRAMING                (1 << 4)  // framing error has occurred
                    
162#define CDC_SERIAL_STATE_RING                   (1 << 3)  // state of ring signal detection
                    
                
Firebird.pm git://github.com/stefansbv/Tpda3.git | Perl | 483 lines
                    
53            LongTruncOk      => 1,
                    
54            HandleError      => sub { $self->handle_error() },
                    
55            ib_enable_utf8   => 1,
                    
74            logmsg  => $errorstr,
                    
75            usermsg => $self->parse_error($errorstr),
                    
76        );
                    
81            logmsg  => $errorstr,
                    
82            usermsg => $self->parse_error($errorstr),
                    
83        );
                    
119        network     => "error#Network problem",
                    
120        unknown     => "error#Database error",
                    
121        notconn     => "error#Not connected",
                    
128    else {
                    
129        $log->error('EE: Translation error for: $fb!');
                    
130    }
                    
                
cache_spec.rb git://github.com/ToshiyukiTerashita/castoro.git | Ruby | 463 lines
                    
53    it "should be raise exception when page = 0" do
                    
54      lambda{ c = Castoro::Cache.new(0) }.should raise_error(ArgumentError)
                    
55    end
                    
56    it "should be raise exception when pages < 0" do
                    
57      lambda{ c = Castoro::Cache.new(-1) }.should raise_error(ArgumentError)
                    
58    end
                    
                
customer_spec.rb git://github.com/hashrocket/mousetrap.git | Ruby | 396 lines
                    
42      Mousetrap::Customer.stub :get_resources => {
                    
43        'error' => 'Resource not found: No customers found.'
                    
44      }
                    
49      expect do
                    
50        Mousetrap::Customer.stub :get_resources => { 'error' => "some other error" }
                    
51        Mousetrap::Customer.all
                    
51        Mousetrap::Customer.all
                    
52      end.to raise_error(RuntimeError, "some other error")
                    
53    end
                    
272      it "raises error if CheddarGetter reports one" do
                    
273        @customer.class.stub :post_resource => {'error' => 'some error message'}
                    
274        expect { @customer.send(:create) }.to raise_error('some error message')
                    
315        it "raises error if CheddarGetter reports one" do
                    
316          customer.class.stub :put_resource => {'error' => 'some error message'}
                    
317          expect { customer.send(:update) }.to raise_error('some error message')
                    
                
double_definition.rb git://github.com/btakita/rr.git | Ruby | 367 lines
                    
175          raise(
                    
176            Errors::DoubleDefinitionError,
                    
177            "Double Definitions must have a dedicated Double to be ordered. " <<
                    
213        def after_call(&after_call_proc)
                    
214          raise ArgumentError, "after_call expects a block" unless after_call_proc
                    
215          @after_call_proc = after_call_proc
                    
301        def exact_match?(*arguments)
                    
302          raise(Errors::DoubleDefinitionError, "#argument_expectation must be defined on #{inspect}") unless @argument_expectation
                    
303          @argument_expectation.exact_match?(*arguments)
                    
306        def wildcard_match?(*arguments)
                    
307          raise(Errors::DoubleDefinitionError, "#argument_expectation must be defined on #{inspect}") unless @argument_expectation
                    
308          @argument_expectation.wildcard_match?(*arguments)
                    
311        def terminal?
                    
312          raise(Errors::DoubleDefinitionError, "#argument_expectation must be defined on #{inspect}") unless @times_matcher
                    
313          @times_matcher.terminal?
                    
                
Updater.cs https://hg01.codeplex.com/procon2 | C# | 0 lines
                    
124        /// 
                    
125        /// This is so the update can forego checks and error logging later.
                    
126        /// </summary>
                    
176            catch (Exception e) {
                    
177                this.Writer.WriteLine("\tERROR: {0}", e.Message);
                    
178            }
                    
209                            catch (Exception e) {
                    
210                                this.Writer.WriteLine("\tERROR: {0}", e.Message);
                    
211                            }
                    
256        /// <summary>
                    
257        /// Creates a directory, logging the progress and errors (if any)
                    
258        /// </summary>
                    
267                catch (Exception e) {
                    
268                    this.Writer.WriteLine("\tERROR: {0}", e.Message);
                    
269                }
                    
                
DeclPDA.cpp git://github.com/TTimo/doom3.gpl.git | C++ | 668 lines
                    
147
                    
148	if ( src.HadError() ) {
                    
149		src.Warning( "PDA decl '%s' had a parse error", GetName() );
                    
359	src.LoadMemory( _text, textLength, GetFileName(), GetLineNum() );
                    
360	src.SetFlags( LEXFL_NOSTRINGCONCAT | LEXFL_ALLOWPATHNAMES |	LEXFL_ALLOWMULTICHARLITERALS | LEXFL_ALLOWBACKSLASHSTRINGCONCAT | LEXFL_NOFATALERRORS );
                    
361	src.SkipUntilString( "{" );
                    
401			if ( token != "{" ) {
                    
402				src.Warning( "Email decl '%s' had a parse error", GetName() );
                    
403				return false;
                    
417
                    
418	if ( src.HadError() ) {
                    
419		src.Warning( "Email decl '%s' had a parse error", GetName() );
                    
485	src.LoadMemory( text, textLength, GetFileName(), GetLineNum() );
                    
486	src.SetFlags( LEXFL_NOSTRINGCONCAT | LEXFL_ALLOWPATHNAMES |	LEXFL_ALLOWMULTICHARLITERALS | LEXFL_ALLOWBACKSLASHSTRINGCONCAT | LEXFL_NOFATALERRORS );
                    
487	src.SkipUntilString( "{" );
                    
                
HandlerBase.java git://pkgs.fedoraproject.org/xpp2 | Java | 371 lines
                    
298    ////////////////////////////////////////////////////////////////////
                    
299    // Default implementation of the ErrorHandler interface.
                    
300    ////////////////////////////////////////////////////////////////////
                    
313     *            wrapping another exception.
                    
314     * @see org.xml.sax.ErrorHandler#warning
                    
315     * @see org.xml.sax.SAXParseException
                    
328     * may override this method in a subclass to take specific actions
                    
329     * for each error, such as inserting the message in a log file or
                    
330     * printing it to the console.</p>
                    
337     */
                    
338    public void error (SAXParseException e)
                    
339	throws SAXException
                    
358     *            wrapping another exception.
                    
359     * @see org.xml.sax.ErrorHandler#fatalError
                    
360     * @see org.xml.sax.SAXParseException
                    
                
eric4.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html git://pkgs.fedoraproject.org/eric | HTML | 378 lines
                    
79<td><a href="#SvnRepoBrowserDialog.__readStderr">__readStderr</a></td>
                    
80<td>Private slot to handle the readyReadStandardError signal.</td>
                    
81</tr><tr>
                    
237<p>
                    
238        Private slot to handle the readyReadStandardError signal.
                    
239</p><p>
                    
239</p><p>
                    
240        It reads the error output of the process and inserts it into the
                    
241        error pane.
                    
                
class.php https://gitlab.com/alexprowars/bitrix | PHP | 602 lines
                    
143			{
                    
144				$this->errors->setError(new Error(Loc::getMessage('REST_CONFIGURATION_IMPORT_ERROR_PROCESS_REGISTRATION')));
                    
145				return false;
                    
149		{
                    
150			$this->errors->setError(new Error(Loc::getMessage('REST_CONFIGURATION_IMPORT_MANIFEST_NOT_FOUND')));
                    
151			return false;
                    
194			{
                    
195				$this->errors->setError(new Error(Loc::getMessage('REST_CONFIGURATION_IMPORT_MANIFEST_NOT_FOUND')));
                    
196				return false;
                    
455							{
                    
456								$this->errors->setError(new Error(Loc::getMessage('REST_CONFIGURATION_IMPORT_MANIFEST_NOT_CURRENT')));
                    
457								return false;
                    
475			{
                    
476				$this->errors->setError(new Error(Loc::getMessage('REST_CONFIGURATION_IMPORT_MANIFEST_NOT_CURRENT')));
                    
477				return false;
                    
                
main.cpp https://gitlab.com/promethe/libs | C++ | 447 lines
                    
95
                    
96void jpeg_error(j_common_ptr cinfo, int msg_level)
                    
97{
                    
109  struct jpeg_decompress_struct cinfo;
                    
110  struct jpeg_error_mgr jerr;
                    
111  (void) frame_clock;
                    
115
                    
116  cinfo.err = jpeg_std_error(&jerr);
                    
117  cinfo.err->emit_message = jpeg_error;
                    
                
xm_xpath_mapped_path_expression.e git://github.com/gobo-eiffel/gobo.git | Specman e | 417 lines
                    
97	display (a_level: INTEGER)
                    
98			-- Diagnostic print of expression structure to `std.error'
                    
99		local
                    
102			l_string := STRING_.appended_string (indentation (a_level), "map /")
                    
103			std.error.put_string (l_string)
                    
104			std.error.put_new_line
                    
144			end
                    
145			if start.is_error then
                    
146				set_replacement (a_replacement, start)
                    
154				end
                    
155				if step.is_error then
                    
156					set_replacement (a_replacement, step)
                    
214				l_iterator := l_start_last_iterator
                    
215				if l_iterator.is_error then
                    
216					last_iterator := l_iterator
                    
                
memory.c git://pkgs.fedoraproject.org/fuse-emulator | C | 459 lines
                    
143  if( !ptr ) {
                    
144    ui_error( UI_ERROR_ERROR, "Out of memory at %s:%d", __FILE__, __LINE__ );
                    
145    return NULL;
                    
401        if( !current_rom ) {
                    
402          ui_error( UI_ERROR_ERROR, "Out of memory at %s:%d", __FILE__,
                    
403                    __LINE__ );
                    
412        if( !current_rom ) {
                    
413          ui_error( UI_ERROR_ERROR, "Out of memory at %s:%d", __FILE__,
                    
414                    __LINE__ );
                    
446      if( !buffer ) {
                    
447	ui_error( UI_ERROR_ERROR, "Out of memory at %s:%d", __FILE__,
                    
448		  __LINE__ );
                    
                
SOAPBody.java git://pkgs.fedoraproject.org/java-1.7.0-openjdk | Java | 298 lines
                    
41 * A <code>SOAPFault</code> object, which carries status and/or
                    
42 * error information, is an example of a <code>SOAPBodyElement</code> object.
                    
43 *
                    
59     * @return the new <code>SOAPFault</code> object
                    
60     * @exception SOAPException if there is a SOAP error
                    
61     */
                    
89     * @return the new <code>SOAPFault</code> object
                    
90     * @exception SOAPException if there is a SOAP error
                    
91     * @see SOAPFault#setFaultCode
                    
124     * @exception SOAPException
                    
125     *                if there is a SOAP error
                    
126     * @see SOAPFault#setFaultCode
                    
163     * @exception SOAPException
                    
164     *                if there is a SOAP error
                    
165     * @see SOAPFault#setFaultCode
                    
                
convert.cpp git://pkgs.fedoraproject.org/cxxtools | C++ | 703 lines
                    
109    if( r != str.end() || ! ok )
                    
110        ConversionError::doThrow(typeto, "String", str.narrow().c_str());
                    
111}
                    
123    if( r != str.end() || ! ok )
                    
124        ConversionError::doThrow(typeto, "string", str.c_str());
                    
125}
                    
139    if( it != end || ! ok )
                    
140        ConversionError::doThrow(typeto, "char*");
                    
141}
                    
152    if(r != str.end() || ! ok)
                    
153        ConversionError::doThrow(typeto, "String", str.narrow().c_str());
                    
154}
                    
166    if(r != str.end() || ! ok)
                    
167        ConversionError::doThrow(typeto, "string", str.c_str());
                    
168}
                    
                
xml_value_writer.cc git://github.com/dsw/oink-stack.git | C++ | 456 lines
                    
4#include "xml_enum.h"           // XTOK_*
                    
5#include "oink_util.h"          // USER_ERROR
                    
6#include "stringset.h"          // StringSet
                    
                
doc_modes.pl git://pkgs.fedoraproject.org/pl | Perl | 470 lines
                    
43:- use_module(library(operators)).
                    
44:- use_module(library(error)).
                    
45
                    
142	->  !
                    
143	;   E = error(syntax_error(end_of_file), _)
                    
144	->  fail
                    
144	->  fail
                    
145	;   !, mode_syntax_error(E),
                    
146	    Decls = []
                    
156
                    
157%%	mode_syntax_error(+ErrorTerm) is det.
                    
158%
                    
265	var(Var), !,
                    
266	throw(error(instantiation_error,
                    
267		    context(_, 'PlDoc: Mode declaration expected'))).
                    
                
options.cc git://pkgs.fedoraproject.org/tmispell-voikko | C++ | 452 lines
                    
36
                    
37#include "tmerror.hh"
                    
38
                    
243		if (i_ + 1 >= argc_) {
                    
244			throw Error(_("Missing argument for option %s"), opt);
                    
245		}
                    
423			print_usage();
                    
424			throw Error(_("Unknown option %s"), p.opt());
                    
425
                    
                
Connection.cpp git://pkgs.fedoraproject.org/spring | C++ | 572 lines
                    
485
                    
486void Connection::ConnectCallback(const boost::system::error_code& error)
                    
487{
                    
498
                    
499void Connection::ReceiveCallback(const boost::system::error_code& error, size_t bytes)
                    
500{
                    
513	{
                    
514		if (error.value() == connection_reset || error.value() == boost::asio::error::eof)
                    
515		{
                    
520		{
                    
521			NetworkError(error.message());
                    
522		}
                    
529
                    
530void Connection::SendCallback(const boost::system::error_code& error)
                    
531{
                    
                
Sar.pm git://pkgs.fedoraproject.org/sysusage | Perl | 402 lines
                    
55	if (!-x $sar) {
                    
56		die "ERROR: Can't find sar binary at $sar\n";
                    
57	}
                    
78	unless(open(SAR, "$self->{'sar_cmd'} |")) {
                    
79		die "ERROR: Can't execute command $self->{'sar_cmd'}\n";
                    
80	}
                    
198		if ($#values != $#headers) {
                    
199			die "ERROR: Parsing of sar output reports different values than headers allow. ($#values != $#headers)\n";
                    
200		}
                    
316#		rxerr => Total number of bad packets received per second
                    
317#		txerr => Total number of errors that happened per second
                    
318#		coll => Number of collisions that happened per second
                    
320#		txdrop => Number of transmitted packets dropped per second
                    
321#		txcarr => Number of carrier-errors that happened per second
                    
322#		rxfram => Number of frame alignment errors that happened per second on received packets
                    
                
CommentedYamlConfiguration.java https://gitlab.com/kidaa/Multiverse-Inventories.git | Java | 312 lines
                    
246     * @param file File to read.
                    
247     * @return Contents of file.  String will be empty in case of any errors.
                    
248     */
                    
                
nsICmdLineHandler.h https://hg.codeplex.com/kmbrasil | C++ Header | 297 lines
                    
30{ \
                    
31    if (!aDefaultArgs) return NS_ERROR_FAILURE; \
                    
32    *aDefaultArgs = ToNewUnicode(nsDependentCString(macro_default_args)); \
                    
37{ \
                    
38    if (!aChromeUrlForTask) return NS_ERROR_FAILURE; \
                    
39    *aChromeUrlForTask = PL_strdup(macro_chrome_url); \
                    
44{ \
                    
45    if (!aCommandLineArgument) return NS_ERROR_FAILURE; \
                    
46    *aCommandLineArgument = PL_strdup(macro_cmd_line_arg); \
                    
50{ \
                    
51    if (!aPrefNameForStartup) return NS_ERROR_FAILURE; \
                    
52    *aPrefNameForStartup = PL_strdup(macro_pref_name); \
                    
56{ \
                    
57    if (!aHelpText) return NS_ERROR_FAILURE; \
                    
58    *aHelpText = PL_strdup(macro_help_text); \
                    
                
WtWebErrors.c http://aptcl.googlecode.com/svn/trunk/ | C | 542 lines
                    
427    if (Tcl_ListObjReplace(interp, w->web->errorStack,
                    
428        errorSetId, sets - errorSetId, 0, NULL) != TCL_OK) {
                    
429      ok = 0;
                    
466  if (useErrorInfo) {
                    
467    errorInfo = Tcl_GetVar2Ex(interp, "errorInfo", NULL, 0);
                    
468  }
                    
468  }
                    
469  if (!errorInfo || !Tcl_GetCharLength(errorInfo)) {
                    
470    errorInfo = Tcl_GetObjResult(interp);
                    
480
                    
481  if (!WtAddError(errorCode, errorInfo, interp, w)) {
                    
482    ok = 0;
                    
490
                    
491int WtAddError(Tcl_Obj *errorCode, Tcl_Obj *errorInfo, Tcl_Interp *interp,
                    
492    WtContext *w)
                    
                
umfpack_get_symbolic.h http://gkw.googlecode.com/svn/trunk/ | C Header | 340 lines
                    
167
                    
168    Returns UMFPACK_OK if successful, UMFPACK_ERROR_invalid_Symbolic_object
                    
169    if Symbolic is an invalid object.
                    
                
ServicePolicyImpl.java git://pkgs.fedoraproject.org/eclipse-wtp-webservices | Java | 431 lines
                    
313        {
                    
314          ServicePolicyActivator.logError( "Policy id, " + targetEnum.getPolicyId() + " not found.", null );                               //$NON-NLS-1$ //$NON-NLS-2$
                    
315        }
                    
                
Makefile.in git://pkgs.fedoraproject.org/telepathy-mission-control | Autoconf | 471 lines
                    
94EGREP = @EGREP@
                    
95ERROR_CFLAGS = @ERROR_CFLAGS@
                    
96EXEEXT = @EXEEXT@
                    
                
Test04.java git://pkgs.fedoraproject.org/libreoffice | Java | 308 lines
                    
39            {
                    
40                m_aTestHelper.Error( "No valid temporary file was created!" );
                    
41                return false;
                    
49            {
                    
50                m_aTestHelper.Error( "Can't create temporary storage representation!" );
                    
51                return false;
                    
61            {
                    
62                m_aTestHelper.Error( "Can't create substorage!" );
                    
63                return false;
                    
85            {
                    
86                m_aTestHelper.Error( "Can't create substorage!" );
                    
87                return false;
                    
129            {
                    
130                m_aTestHelper.Error( "Can't create storage based on temporary file!" );
                    
131                return false;
                    
                
index.html https://gitlab.com/jeaster12/gulp-nunjucks | HTML | 407 lines
                    
156
                    
157define class <locator-error> (<format-string-condition>, <error>)
                    
158end class <locator-error>;
                    
159
                    
160define function locator-error
                    
161    (format-string :: <string>, #rest format-arguments)
                    
161    (format-string :: <string>, #rest format-arguments)
                    
162  error(make(<locator-error>, 
                    
163             format-string:    format-string,
                    
164             format-arguments: format-arguments))
                    
165end function locator-error;
                    
166
                    
277    ~locator.locator-relative? & from-locator.locator-relative? =>
                    
278      locator-error
                    
279        ("Cannot find relative path of absolute locator %= from relative locator %=",
                    
                
Module.php https://gitlab.com/freebird/WebApp | PHP | 403 lines
                    
132            ->write("\n\n")
                    
133            // if the filename contains */, add a blank to avoid a PHP parse error
                    
134            ->write('/* '.str_replace('*/', '* /', $this->getAttribute('filename'))." */\n")
                    
176                    ->indent()
                    
177                    ->write("throw new Twig_Error_Runtime('Template \"'.")
                    
178                    ->subcompile($trait->getNode('template'))
                    
190                        ->indent()
                    
191                        ->write("throw new Twig_Error_Runtime(sprintf('Block ")
                    
192                        ->string($key)
                    
                
dedesql.class.php http://pj-photohost.googlecode.com/svn/trunk/ | PHP | 605 lines
                    
3{
                    
4	exit("Request Error!");
                    
5}
                    
248		{
                    
249			$this->DisplayError(mysql_error()." <br />Error sql: <font color='red'>".$this->queryString."</font>");
                    
250		}
                    
430	{
                    
431		$errorTrackFile = dirname(__FILE__).'/../data/mysql_error_trace.inc';
                    
432		if( file_exists(dirname(__FILE__).'/../data/mysql_error_trace.php') )
                    
445		
                    
446		$savemsg = 'Page: '.$this->GetCurUrl()."\r\nError: ".$msg;
                    
447		//??MySql????
                    
596		fputs(fopen($log_file,'a+'),"$userIP||$getUrl||$db_string||$error\r\n");
                    
597		exit("<font size='5' color='red'>Safe Alert: Request Error step 2!</font>");
                    
598	}
                    
                
TextTable.cs https://EffiProz.svn.codeplex.com/svn | C# | 439 lines
                    
175                // source and cache or have an empty source and null cache.
                    
176                throw Error.error(t, ErrorCode.TEXT_FILE, 0, new Object[] {
                    
177                t.Message, linenumber
                    
262            {
                    
263                throw Error.error(ErrorCode.TEXT_SOURCE_EXISTS, dataSourceNew);
                    
264            }
                    
302
                    
303            throw Error.error(ErrorCode.TEXT_TABLE_HEADER);
                    
304        }
                    
328            {
                    
329                throw Error.error(ErrorCode.TEXT_TABLE_UNKNOWN_DATA_SOURCE);
                    
330            }
                    
333            {
                    
334                throw Error.error(ErrorCode.DATA_IS_READONLY);
                    
335            }
                    
                
I_sound.c https://doomlegacy.svn.sourceforge.net/svnroot/doomlegacy | C | 570 lines
                    
105    if(spl==NULL)
                    
106        I_Error("Raw2Sample : no more free mem");
                    
107    spl->bits = 8;
                    
344    {
                    
345        sprintf (err,"Sound init error : %s\n",allegro_error);
                    
346        CONS_Error (err);
                    
374 *  Loads a standard MIDI file from memory, returning a pointer to
                    
375 *  a MIDI structure, *  or NULL on error.
                    
376 *  It is the load_midi from Allegro modified to load it from memory
                    
529        {
                    
530            CONS_Printf("Cannot convert mus to mid, converterror :%d\n",e);
                    
531            return 0;
                    
                
XcmsAllocNamedColor.m git://anongit.freedesktop.org/git/xorg/test/xts.git/ | Objective C | 0 lines
                    
138 * Turn on buffering and buffer parameter information
                    
139 * in case an error occurs
                    
140 ******/
                    
145	message(fmtstr, fmt_lst, 0);
                    
146	(void)strcpy(fmtstr, "An error occurred during a call to %s\n\n");
                    
147	fmt_lst[0].typ_str = TestName;
                    
161                                                                  
                    
162	bufrdisp(display); /* buffer display struct info for error checking */
                    
163	                  
                    
179
                    
180	    first_error = 0;	/* no errors encountered yet */
                    
181/******
                    
186  	    errflg = 0;
                    
187	    XSetErrorHandler(signal_status);
                    
188            svc_ret_value = XcmsAllocNamedColor(
                    
                
libdivecomputer.c git://github.com/torvalds/subsurface.git | C | 482 lines
                    
24
                    
25static GError *error(const char *fmt, ...)
                    
26{
                    
27	va_list args;
                    
28	GError *error;
                    
29
                    
30	va_start(args, fmt);
                    
31	error = g_error_new_valist(
                    
32		g_quark_from_string("subsurface"),
                    
32		g_quark_from_string("subsurface"),
                    
33		DIVE_ERROR_PARSE, fmt, args);
                    
34	va_end(args);
                    
34	va_end(args);
                    
35	return error;
                    
36}
                    
                
cond.c https://gitlab.com/tlevine/DragonFlyBSD | C | 576 lines
                    
164
                    
165  /* If the above error is signaled, this will dispatch
                    
166     using an undefined result.  No big deal.  */
                    
466    {
                    
467      as_bad (_(".ifeqs syntax error"));
                    
468      ignore_rest_of_line ();
                    
536
                    
537/* Give an error if a conditional is unterminated inside a macro or
                    
538   the assembly as a whole.  If NEST is non negative, we are being
                    
                
lzma.js git://github.com/mrdoob/three.js.git | JavaScript | 511 lines
                    
505  if ( !decoder.decode(inStream, outStream, outSize) ){
                    
506    throw "Error in data stream";
                    
507  }
                    
                
ValueTypeConverter.cs https://CompositeC1.svn.codeplex.com/svn | C# | 355 lines
                    
48        {
                    
49            Exception conversionError;
                    
50            return TryConvert(value, targetType, out conversionError);
                    
53        /// <exclude />
                    
54        internal static object TryConvert(object value, Type targetType, out Exception conversionError)
                    
55        {
                    
55        {
                    
56            conversionError = null;
                    
57
                    
77
                    
78                object convertedValue = TryConvert(value, genericArgument, out conversionError);
                    
79
                    
142            {
                    
143                return TryConvertStringValue(stringValue, targetType, ref conversionError);
                    
144            }
                    
                
thread.cpp git://pkgs.fedoraproject.org/muse | C++ | 416 lines
                    
99                  printf("Cannot set scheduling priority %d for RT thread (%s)\n",
                    
100                     _realTimePriority, strerror(errno));
                    
101                  }
                    
106      if (pthread_create(&thread, attributes, MusECore::loop, this))
                    
107            perror("creating thread failed:");
                    
108//      else
                    
127      if(rv)
                    
128          fprintf(stderr, "creating thread <%s> failed: %s\n", _name, strerror(rv));
                    
129
                    
152          if (pthread_join(thread, 0)) {
                    
153                // perror("Failed to join sequencer thread"); DELETETHIS and the if around?
                    
154                }
                    
177      if (pipe(filedes) == -1) {
                    
178            perror("thread:creating pipe");
                    
179            exit(-1);
                    
                
libexec.xendomains git://pkgs.fedoraproject.org/xen | Bash | 565 lines
                    
245                    if [ $? -ne 0 ]; then
                    
246                        echo -e "\nAn error occurred while restoring domain ${dom##*/}:\n$XMR"
                    
247                        rc_failed $?
                    
280		if [ $? -ne 0 ]; then
                    
281		    echo -e "\nAn error occurred while creating domain ${dom##*/}: $XMC\n"
                    
282		    rc_failed $?
                    
369		if test $? -ne 0; then
                    
370		    echo -e "\nAn error occurred while doing sysrq on domain:\n$XMR\n"
                    
371		    rc_failed $?
                    
387	    if test $? -ne 0; then
                    
388		echo -e "\nAn error occurred while migrating domain:\n$XMR\n"
                    
389		rc_failed $?
                    
407	    if test $? -ne 0; then
                    
408		echo -e "\nAn error occurred while saving domain:\n$XMR\n"
                    
409		rc_failed $?
                    
                
main.jsp http://webgoat.googlecode.com/svn/trunk/ | JavaServer Pages | 301 lines
                    
2	import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.Category, org.owasp.webgoat.lessons.AbstractLesson, org.owasp.webgoat.util.*, java.util.*" 
                    
3	errorPage=""  %>
                    
4<%
                    
                
yuv4mpeg.c git://github.com/opdenkamp/xbmc.git | C | 402 lines
                    
107        if (yuv4_generate_header(s, buf2) < 0) {
                    
108            av_log(s, AV_LOG_ERROR, "Error. YUV4MPEG stream header write failed.\n");
                    
109            return AVERROR(EIO);
                    
154    if (s->nb_streams != 1)
                    
155        return AVERROR(EIO);
                    
156
                    
157    if (s->streams[0]->codec->pix_fmt == PIX_FMT_YUV411P) {
                    
158        av_log(s, AV_LOG_ERROR, "Warning: generating rarely used 4:1:1 YUV stream, some mjpegtools might not work.\n");
                    
159    }
                    
163             (s->streams[0]->codec->pix_fmt != PIX_FMT_YUV444P)) {
                    
164        av_log(s, AV_LOG_ERROR, "ERROR: yuv4mpeg only handles yuv444p, yuv422p, yuv420p, yuv411p and gray pixel formats. Use -pix_fmt to select one.\n");
                    
165        return AVERROR(EIO);
                    
241            else if (strncmp("444alpha", tokstart, 8)==0) {
                    
242                av_log(s, AV_LOG_ERROR, "Cannot handle 4:4:4:4 YUV4MPEG stream.\n");
                    
243                return -1;
                    
                
nsISAXContentHandler.cs https://bitbucket.org/geckofx/geckofx-2.0/ | C# | 257 lines
                    
64        /// There is an apparent contradiction between the documentation for
                    
65        /// this method and the documentation for ErrorHandler.fatalError().
                    
66        /// Until this ambiguity is resolved in a future major release,
                    
68        /// will or will not be invoked when the parser has reported a
                    
69        /// fatalError() or thrown an exception.
                    
70        ///
                    
73        /// invoke this method until it has either abandoned parsing (because
                    
74        /// of an unrecoverable error) or reached the end of input.
                    
75        /// </summary>
                    
                
ohparam.c git://pkgs.fedoraproject.org/openhpi | C | 388 lines
                    
48 */
                    
49static SaErrorT execglobalparamget (void); 
                    
50static SaErrorT execglobalparamset (oHpiGlobalParamTypeT,char *); 
                    
65{
                    
66   SaErrorT    rv = SA_OK;
                    
67   oHpiGlobalParamTypeT paramtype = OHPI_CONF;
                    
178   }
                    
179   printf("Param set failed with returncode %s\n", oh_lookup_error(rv));
                    
180   return rv;
                    
186 */
                    
187static SaErrorT execglobalparamget ()
                    
188{
                    
188{
                    
189   SaErrorT rv = SA_OK;
                    
190   oHpiGlobalParamT param;
                    
                
test_zfec.py git://pkgs.fedoraproject.org/python-zfec | Python | 361 lines
                    
84            e = zfec.Encoder()
                    
85        except TypeError:
                    
86            # Okay, so that's because we're required to pass constructor args.
                    
94            e = zfec.Decoder()
                    
95        except TypeError:
                    
96            # Okay, so that's because we're required to pass constructor args.
                    
135            zfec.Decoder(-1, -1)
                    
136        except zfec.Error, e:
                    
137            assert "argument is required to be greater than or equal to 1" in str(e), e
                    
142            zfec.Decoder(1, 257)
                    
143        except zfec.Error, e:
                    
144            assert "argument is required to be less than or equal to 256" in str(e), e
                    
149            zfec.Decoder(3, 2)
                    
150        except zfec.Error, e:
                    
151            assert "first argument is required to be less than or equal to the second argument" in str(e), e
                    
                
BaseMetadataPanel.java http://bungeni-editor.googlecode.com/svn/ | Java | 441 lines
                    
158
                    
159    public void addErrorMessage(java.awt.Component p, String msg) {
                    
160        getContainerPanel().addErrorMessage(this, p, msg);
                    
162
                    
163    public String ErrorMessagesAsString() {
                    
164        return getContainerPanel().ErrorMessagesAsString();
                    
383        } catch (Exception ex) {
                    
384            log.error("exception in  processCatalogCommand: " + ex.getMessage());
                    
385            log.error("exception in  processCatalogCommand: " + CommonExceptionUtils.getStackTrace(ex));
                    
426        } catch (IllegalArgumentException ex) {
                    
427            log.error("pasteTextIntoDocument : " + ex.getMessage());
                    
428        } finally {
                    
                
MatrixFile.cpp git://pkgs.fedoraproject.org/sonic-visualiser | C++ | 442 lines
                    
209    if (::lseek(m_fd, off - 1, SEEK_SET) < 0) {
                    
210        ::perror("ERROR: MatrixFile::initialise: seek to end failed");
                    
211        throw FileOperationFailed(m_fileName, "lseek");
                    
215    if (::write(m_fd, &byte, 1) != 1) {
                    
216        ::perror("ERROR: MatrixFile::initialise: write at end failed");
                    
217        throw FileOperationFailed(m_fileName, "write");
                    
220    if (::lseek(m_fd, 0, SEEK_SET) < 0) {
                    
221        ::perror("ERROR: MatrixFile::initialise: Seek to write header failed");
                    
222        throw FileOperationFailed(m_fileName, "lseek");
                    
228    if (::write(m_fd, header, 2 * sizeof(size_t)) != 2 * sizeof(size_t)) {
                    
229        ::perror("ERROR: MatrixFile::initialise: Failed to write header");
                    
230        throw FileOperationFailed(m_fileName, "write");
                    
254        if (::close(m_fd) < 0) {
                    
255            ::perror("MatrixFile::close: close failed");
                    
256        }
                    
                
gtkiconview.h git://pkgs.fedoraproject.org/mingw-gtk3 | C Header | 262 lines
                    
18#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
                    
19#error "Only <gtk/gtk.h> can be included directly."
                    
20#endif
                    
                
TicketCommands.cpp git://github.com/darkman1983/TrinityCore.git | C++ | 457 lines
                    
183    {
                    
184        SendSysMessage(LANG_COMMAND_TICKETASSIGNERROR_A);
                    
185        return true;
                    
190    {
                    
191        PSendSysMessage(LANG_COMMAND_TICKETASSIGNERROR_B, ticket->GetId());
                    
192        return true;
                    
                
llex.cpp git://github.com/scummvm/scummvm.git | C++ | 475 lines
                    
55    if (b->buffsize >= MAX_SIZET/2)
                    
56      luaX_lexerror(ls, "lexical element too long", 0);
                    
57    newsize = b->buffsize * 2;
                    
101
                    
102void luaX_lexerror (LexState *ls, const char *msg, int token) {
                    
103  char buff[MAXSRC];
                    
111
                    
112void luaX_syntaxerror (LexState *ls, const char *msg) {
                    
113  luaX_lexerror(ls, msg, ls->t.token);
                    
133  if (++ls->linenumber >= MAX_INT)
                    
134    luaX_syntaxerror(ls, "chunk has too many lines");
                    
135}
                    
177static void trydecpoint (LexState *ls, SemInfo *seminfo) {
                    
178  /* format error: try to update decimal point separator */
                    
179  // Normally we'd use localeconv() to get the decimal point separator, but
                    
                
GoogleReader.cs http://reader-notifier-mod.googlecode.com/svn/branches/merge/ | C# | 418 lines
                    
30
                    
31		public string LoginError = "";
                    
32		public string[] ProxyUser = new string[3];
                    
47			_loggedIn = false;
                    
48			LoginError = "";
                    
49
                    
55			{
                    
56				LoginError += exc + "\r\n";
                    
57				if (ProxyUser[0] == "request")
                    
58					return "ProxyAuthRequired";
                    
59				return "CONNECT_ERROR";
                    
60			}
                    
64				string _helper = GetResponseString(req);
                    
65                _loggedIn = (_helper.IndexOf("error", StringComparison.OrdinalIgnoreCase) == -1) && (_helper.IndexOf("auth", StringComparison.OrdinalIgnoreCase) != -1);
                    
66				if (_loggedIn == true)
                    
                
presubmit.py git://github.com/joyent/node.git | Python | 436 lines
                    
32  md5er = hashlib.md5
                    
33except ImportError, e:
                    
34  import md5
                    
112    out_lines = ""
                    
113    error_count = -1
                    
114    while True:
                    
116      if out_line == '' and process.poll() != None:
                    
117        if error_count == -1:
                    
118          print "Failed to process %s" % command.pop()
                    
123        out_lines += out_line
                    
124        error_count += 1
                    
125    sys.stdout.write(out_lines)
                    
271    total_errors = sum(results)
                    
272    print "Total errors found: %d" % total_errors
                    
273    good_files_cache.Save()
                    
                
MessageProcessor.java git://github.com/lmco/eurekastreams.git | Java | 337 lines
                    
153     * @throws MessagingException
                    
154     *             On error.
                    
155     * @throws IOException
                    
155     * @throws IOException
                    
156     *             On error.
                    
157     */
                    
264            // notify user on failure
                    
265            // Note: A response is only sent for errors processing the action (which could be due to missing content
                    
266            // from the message). This is because any errors encountered prior represent a bad sender or ill-formed
                    
280     * @throws MessagingException
                    
281     *             On error.
                    
282     */
                    
300     * @throws MessagingException
                    
301     *             On error.
                    
302     */
                    
                
Service.java git://github.com/dgraziotin/openpomo.git | Java | 470 lines
                    
251            Log.e("Service.isPresent()", "Problem: " + e.toString());
                    
252            throw new PomodroidException("ERROR in Service.isPresent():"
                    
253                    + e.toString());
                    
283            Log.e("Service.isPresentUrl()", "Problem: " + e.toString());
                    
284            throw new PomodroidException("ERROR in Service.isPresent():"
                    
285                    + e.toString());
                    
308            Log.e("Service.save()", "Problem: " + e.getMessage());
                    
309            throw new PomodroidException("ERROR in Service.save():"
                    
310                    + e.toString());
                    
330            Log.e("Service.save(update)", "Update Problem: " + e.toString());
                    
331            throw new PomodroidException("ERROR in Service.save(update):"
                    
332                    + e.toString());
                    
363        } catch (Exception e) {
                    
364            throw new PomodroidException("ERROR in Service.deleteAll():"
                    
365                    + e.toString());
                    
                
LICENSE https://gitlab.com/18runt88/Anypic | License | 128 lines
                    
116the absence of latent or other defects, accuracy, or the present or
                    
117absence of errors, whether or not discoverable, all to the greatest
                    
118extent permissible under applicable law.
                    
                
ztypes_darwin_arm.go https://gitlab.com/garradkiss/gitlab-ci-multi-runner | Go | 449 lines
                    
321	Ipackets   uint32
                    
322	Ierrors    uint32
                    
323	Opackets   uint32
                    
323	Opackets   uint32
                    
324	Oerrors    uint32
                    
325	Collisions uint32
                    
                
daemon.c https://gitlab.com/tlevine/DragonFlyBSD | C | 276 lines
                    
96	 * Try to open the pidfile before calling daemon(3),
                    
97	 * to be able to report the error intelligently
                    
98	 */
                    
169		 * Try to protect against pageout kill. Ignore the
                    
170		 * error, madvise(2) will fail only if a process does
                    
171		 * not have superuser privileges.
                    
200		/*
                    
201		 * execvp() failed -- report the error. The child is
                    
202		 * now running, so the exit status doesn't matter.
                    
                
compatibility-c++0x.cc https://gitlab.com/tlevine/DragonFlyBSD | C++ | 258 lines
                    
141
                    
142    error_category(const error_category&) = delete;
                    
143    error_category& operator=(const error_category&) = delete;
                    
198
                    
199    struct system_error_category : public std::error_category
                    
200    {
                    
208	// XXX locale issues: how does one get or set loc.
                    
209	// _GLIBCXX_HAVE_STRERROR_L, strerror_l(i, cloc)
                    
210	return string(strerror(i));
                    
232  error_condition
                    
233  error_category::default_error_condition(int __i) const noexcept
                    
234  {
                    
245  bool
                    
246  error_category::equivalent(const error_code& __code, int __i) const noexcept
                    
247  {
                    
                
README.md https://gitlab.com/andrewchng/cSystem | Markdown | 264 lines
                    
170
                    
171####stopOnError
                    
172Type: `Boolean` Default: `false`
                    
173
                    
174Stop execution upon first error. This option can also be set by running the task with `--stop-on-error`.
                    
175
                    
178
                    
179Stop execution upon first error or failure. This option can also be set by running the task with `--stop-on-failure`.
                    
180
                    
254
                    
255Phpunit will return with exit code 1 when there are failed tests and wit exit code 2 when there are errors, and grunt will abort in this cases.
                    
256When you want the task finish without aborting set failOnFailures to true.
                    
263This can be useful if you need to run a large test suite which outputs lot of logs, otherwise you could encounter a 
                    
264`Fatal error: stdout maxBuffer exceeded.` error. See issue [#29](https://github.com/SaschaGalley/grunt-phpunit/issues/29) for more informations about this.
                    
265
                    
                
flash.c https://gitlab.com/HarveyHunt/CI20_u-boot | C | 342 lines
                    
102#define BIT_RDY_MASK		0x0080
                    
103#define BIT_PROGRAM_ERROR	0x0020
                    
104#define BIT_TIMEOUT		0x80000000	/* our flag */
                    
193			if (chip1 == ERR) {
                    
194				rc = ERR_PROG_ERROR;
                    
195				goto outahere;
                    
280	if (chip1 == ERR || *addr != data)
                    
281		rc = ERR_PROG_ERROR;
                    
282
                    
                
HmacShaAssociation.cs git://github.com/AArnott/dotnetopenid.git | C# | 282 lines
                    
46			Requires.Range(totalLifeLength > TimeSpan.Zero, "totalLifeLength");
                    
47			ErrorUtilities.VerifyProtocol(secret.Length == typeIdentity.SecretLength, OpenIdStrings.AssociationSecretAndTypeLengthMismatch, secret.Length, typeIdentity.GetAssociationType(Protocol.Default));
                    
48
                    
75			HmacSha match = hmacShaAssociationTypes.FirstOrDefault(sha => string.Equals(sha.GetAssociationType(protocol), associationType, StringComparison.Ordinal));
                    
76			ErrorUtilities.VerifyProtocol(match != null, OpenIdStrings.NoAssociationTypeFoundByName, associationType);
                    
77			return new HmacShaAssociation(match, handle, secret, totalLifeLength);
                    
91			HmacSha shaType = hmacShaAssociationTypes.FirstOrDefault(sha => sha.SecretLength == secret.Length);
                    
92			ErrorUtilities.VerifyProtocol(shaType != null, OpenIdStrings.NoAssociationTypeFoundByLength, secret.Length);
                    
93			return new HmacShaAssociation(shaType, handle, secret, totalLifeLength);
                    
104			HmacSha match = hmacShaAssociationTypes.FirstOrDefault(shaType => string.Equals(shaType.GetAssociationType(protocol), associationType, StringComparison.Ordinal));
                    
105			ErrorUtilities.VerifyProtocol(match != null, OpenIdStrings.NoAssociationTypeFoundByName, associationType);
                    
106			return match.SecretLength;
                    
                
FileFormatWriter.cs https://bitbucket.org/tbohnen/sharpimage | C# | 374 lines
                    
153        /// </summary>
                    
154        /// <exception cref="java.io.IOException">If an I/O error ocurred.
                    
155        /// 
                    
174        /// </summary>
                    
175        /// <exception cref="java.io.IOException">If an I/O error ocurred.
                    
176        /// 
                    
207        /// </param>
                    
208        /// <exception cref="java.io.IOException">If an I/O error ocurred.
                    
209        /// 
                    
232        /// </returns>
                    
233        /// <exception cref="java.io.IOException">If an I/O error ocurred.
                    
234        /// 
                    
265            {
                    
266                throw new System.ApplicationException("Error while writing JP2 file format(2): " + e.Message + "\n" + e.StackTrace);
                    
267            }
                    
                
account.js https://gitlab.com/Boelensman1/SpaceS-DB | JavaScript | 342 lines
                    
34 * @param {function} expect Chai expect
                    
35 * @returns {Promise} Promise that resolves when done or rejects on error
                    
36 */
                    
111                )),
                    
112                // insert again to trigger an already exists error
                    
113                models.registerToken.create({
                    
126                      } else {
                    
127                        const errors = resInner.body
                    
128                        expect(errors).to.be.an('object')
                    
128                        expect(errors).to.be.an('object')
                    
129                        expect(errors).to.have.property('username')
                    
130                        resolveInner()
                    
151                      } else {
                    
152                        const errors = resInner.body
                    
153                        expect(errors).to.be.an('object')
                    
                
OscillatorNode.cpp https://repo.or.cz/blink.git | C++ | 398 lines
                    
103        exceptionState.throwDOMException(
                    
104            InvalidStateError,
                    
105            "'type' cannot be set directly to 'custom'.  Use setPeriodicWave() to create a custom Oscillator type.");
                    
136    default:
                    
137        // Return error for invalid types, including CUSTOM since setPeriodicWave() method must be
                    
138        // called explicitly.
                    
                
test.js https://gitlab.com/rainbowguardians/RainbowHard | JavaScript | 303 lines
                    
72  describe('constructor', function () {
                    
73    it('should throw an Error if no "proxy" argument is given', function () {
                    
74      assert.throws(function () {
                    
249    });
                    
250    it('should emit an "error" event on the `http.ClientRequest` if the proxy does not exist', function (done) {
                    
251      // port 4 is a reserved, but "unassigned" port
                    
258      var req = http.get(opts);
                    
259      req.once('error', function (err) {
                    
260        assert.equal('ECONNREFUSED', err.code);
                    
                
protosw.h https://gitlab.com/rainbowguardians/RainbowHard | C Header | 239 lines
                    
118 * A non-zero return from usrreq gives an
                    
119 * UNIX error number which should be passed to higher level software.
                    
120 */
                    
216 * A non-zero return from usrreq gives an
                    
217 * UNIX error number which should be passed to higher level software.
                    
218 */
                    
                
component.php https://gitlab.com/alexprowars/bitrix | PHP | 322 lines
                    
76		$this->AbortResultCache();
                    
77		ShowError(GetMessage("LEARNING_MODULE_NOT_FOUND"));
                    
78		return;
                    
98		{
                    
99			ShowError(GetMessage('LEARNING_COURSE_DENIED'));
                    
100			return;
                    
118		$this->AbortResultCache();
                    
119		ShowError(GetMessage("LEARNING_COURSE_DENIED"));
                    
120		return;
                    
153		$this->AbortResultCache();
                    
154		ShowError(GetMessage("LEARNING_LESSON_DENIED"));
                    
155		return;
                    
                
filter-basic.c https://gitlab.com/koreader/mupdf-old | C | 721 lines
                    
111		{
                    
112			if (state->chain[state->current]->error)
                    
113			{
                    
113			{
                    
114				stm->error = 1;
                    
115				break;
                    
167	if (state->count == state->max)
                    
168		fz_throw(ctx, FZ_ERROR_GENERIC, "Concat filter size exceeded");
                    
169
                    
254		{
                    
255			fz_throw(ctx, FZ_ERROR_GENERIC, "bad data in ahxd: '%c'", c);
                    
256		}
                    
395		{
                    
396			fz_throw(ctx, FZ_ERROR_GENERIC, "bad data in a85d: '%c'", c);
                    
397		}
                    
                
testHBTreeFolder2.py https://gitlab.com/kirr/erp5 | Python | 352 lines
                    
18from Products.HBTreeFolder2.HBTreeFolder2 \
                    
19     import HBTreeFolder2, ExhaustedUniqueIdsError
                    
20from OFS.ObjectManager import BadRequestException
                    
121        self.f.generateId('item', rand_ceiling=20)  # Shouldn't be a problem
                    
122        self.assertRaises(ExhaustedUniqueIdsError,
                    
123                          self.f.generateId, 'item', rand_ceiling=9)
                    
                
templates.vb https://geminibranch.svn.codeplex.com/svn | Visual Basic | 374 lines
                    
62        If Not invoke(ctx, o) Then
                    
63            raiseError("cannot invoke in " + Me.GetType().FullName(), errorHandle.errorType.warning)
                    
64            Return False
                    
147            If Not enableNoInput() Then
                    
148                raiseError("expect parameter " + parameters.i, errorHandle.errorType.user)
                    
149                Return False
                    
195            If Not enableNoInput() Then
                    
196                raiseError("expect parameter " + parameters.i, errorHandle.errorType.user)
                    
197                Return False
                    
205            raiseError("expect parameter " + parameters.o + " is pointer<" + typeNaming(outputType()) + ">.", _
                    
206                       errorHandle.errorType.user)
                    
207            Return False
                    
255        Else
                    
256            raiseError("expect parameter " + x_name(), errorHandle.errorType.user)
                    
257            Return False
                    
                
utils.py https://gitlab.com/doublebits/osf.io | Python | 382 lines
                    
93            user = User.load(user_id)
                    
94        except TypeError:
                    
95            user = user_id
                    
                
blogs.js git://github.com/liferay/liferay-portal.git | JavaScript | 462 lines
                    
45							savedDraftAtMessage: Liferay.Language.get('draft-saved-at-x'),
                    
46							saveDraftError: Liferay.Language.get('could-not-save-draft-to-the-server'),
                    
47							saveDraftMessage: Liferay.Language.get('saving-draft')
                    
301											failure: function() {
                    
302												instance._updateStatus(strings.saveDraftError);
                    
303											},
                    
                
lfutil.py git://github.com/JetBrains/intellij-community.git | Python | 367 lines
                    
32            lfsize = float(lfsize)
                    
33        except ValueError:
                    
34            raise util.Abort(_('largefiles: size must be number (not %s)\n')
                    
43        util.oslink(src, dest)
                    
44    except OSError:
                    
45        # if hardlinks fail, fallback on atomic copy
                    
138            fctx = repo[rev][standin(lfile)]
                    
139        except LookupError:
                    
140            fctx = None
                    
355            hash = readstandin(repo, lfile)
                    
356        except IOError:
                    
357            hash = None
                    
                
CostManagementManager.java git://github.com/WindowsAzure/azure-sdk-for-java.git | Java | 323 lines
                    
181            if (this.defaultPollInterval.isNegative()) {
                    
182                throw logger.logExceptionAsError(new IllegalArgumentException("'httpPipeline' cannot be negative"));
                    
183            }
                    
                
ftp.pm https://misterhouse.svn.sourceforge.net/svnroot/misterhouse | Perl | 395 lines
                    
45	my $scheme = $url->scheme;
                    
46	return HTTP::Response->new(&HTTP::Status::RC_INTERNAL_SERVER_ERROR,
                    
47		       "LWP::Protocol::ftp::request called for '$scheme'");
                    
59    if ($init_failed) {
                    
60	return HTTP::Response->new(&HTTP::Status::RC_INTERNAL_SERVER_ERROR,
                    
61				   $init_failed);
                    
85       $@ =~ s/^Net::FTP: //;
                    
86       return HTTP::Response->new(&HTTP::Status::RC_INTERNAL_SERVER_ERROR, $@);
                    
87    }
                    
171		if ($method ne 'HEAD') {
                    
172		    $response->code(&HTTP::Status::RC_INTERNAL_SERVER_ERROR);
                    
173		    $response->message("FTP close response: " . $ftp->code .
                    
                
GSInterlace.cpp http://fop-miniscribus.googlecode.com/svn/trunk/ | C++ | 429 lines
                    
66    if (!wr) {
                    
67    QMessageBox::warning(0, qApp->tr("Error"),qApp->tr("Window Unable to open action file or dir  %1").arg(loc.toString()));
                    
68    }
                    
75    if (!r) {
                    
76    QMessageBox::warning(0, qApp->tr("Error"),qApp->tr("Linux Unable to open action file or dir  %1").arg(loc.toString()));
                    
77    }
                    
                
get_tv_info https://misterhouse.svn.sourceforge.net/svnroot/misterhouse | Perl | 365 lines
                    
157                                # Do this as quick a possible, so we can use File_Item watch in mh
                    
158    open (OUT1, ">$parms{outfile1}") or die "Error, could not open output file $parms{outfile1}: $!\n";
                    
159    open (OUT2, ">$parms{outfile2}") or die "Error, could not open output file $parms{outfile2}: $!\n";
                    
186    use DB_File;
                    
187    tie (%DBM,  'DB_File', $dbm_file,  O_RDWR|O_CREAT, 0666) or print "\nError, can not open dbm file $dbm_file: $!";
                    
188    tie (%DBM2, 'DB_File', $dbm_file2, O_RDWR|O_CREAT, 0666) or print "\nError, can not open dbm file $dbm_file2: $!";
                    
                
globalpay_remote.php https://gitlab.com/firstrate/firstrate | PHP | 352 lines
                    
74		if ($this->request->post['cc_number'] == '') {
                    
75			$json['error'] = $this->language->get('error_card_number');
                    
76		}
                    
78		if ($this->request->post['cc_name'] == '') {
                    
79			$json['error'] = $this->language->get('error_card_name');
                    
80		}
                    
82		if (strlen($this->request->post['cc_cvv2']) != 3 && strlen($this->request->post['cc_cvv2']) != 4) {
                    
83			$json['error'] = $this->language->get('error_card_cvv');
                    
84		}
                    
166
                    
167						$json['error'] = $this->language->get('error_3d_unable');
                    
168
                    
313
                    
314					$this->session->data['error'] = $this->language->get('error_3d_unsuccessful');
                    
315
                    
                
Che0.f http://ua-fwlis.googlecode.com/svn/trunk/ | FORTRAN Legacy | 318 lines
                    
36*     The integrals are evaluated to SD significant digits in most cases.     *
                    
37*     The relative error is given by RELERR = .5*10.**(-SD).                  *
                    
38*******************************************************************************
                    
                
tsturm.f http://ua-fwlis.googlecode.com/svn/trunk/ | FORTRAN Legacy | 406 lines
                    
27C
                    
28C        EPS1 is an absolute error tolerance for the computed eigen-
                    
29C          values.  It should be chosen so that the accuracy of these
                    
55C          WARNING -  If more than MM eigenvalues are determined to lie
                    
56C          in the interval, an error return is made with no values or
                    
57C          vectors found.
                    
75C          does not split.  If the matrix splits, the eigenvalues are
                    
76C          in ascending order for each submatrix.  If a vector error
                    
77C          exit is made, W contains those values already found.  W is a
                    
80C        Z contains the associated set of orthonormal eigenvectors.
                    
81C          If an error exit is made, Z contains those vectors already
                    
82C          found.  Z is a one-dimensional REAL array, dimensioned
                    
395      GO TO 1001
                    
396C     .......... SET ERROR -- NON-CONVERGED EIGENVECTOR ..........
                    
397  960 IERR = 4 * N + R
                    
                
m3u8.c http://ossbuild.googlecode.com/svn/trunk/ | C | 509 lines
                    
114      || (errno != 0 && *val == 0)) {
                    
115    GST_WARNING ("%s", g_strerror (errno));
                    
116    return FALSE;
                    
285          if (!int_from_string (v, NULL, &list->bandwidth))
                    
286            GST_WARNING ("Error while reading BANDWIDTH");
                    
287        } else if (g_str_equal (a, "PROGRAM-ID")) {
                    
288          if (!int_from_string (v, NULL, &list->program_id))
                    
289            GST_WARNING ("Error while reading PROGRAM-ID");
                    
290        } else if (g_str_equal (a, "CODECS")) {
                    
294          if (!int_from_string (v, &v, &list->width))
                    
295            GST_WARNING ("Error while reading RESOLUTION width");
                    
296          if (!v || *v != '=') {
                    
300            if (!int_from_string (v, NULL, &list->height))
                    
301              GST_WARNING ("Error while reading RESOLUTION height");
                    
302          }
                    
                
grid.locale-id.js https://gitlab.com/Mirros/cdnjs | JavaScript | 170 lines
                    
83	},
                    
84	errors : {
                    
85		errcap : "Error",
                    
                
DESTR.pas http://my-chuanqi.googlecode.com/svn/trunk/ | Pascal | 401 lines
                    
303  if (Length(Str) > 0) and (Ord(Str[Length(Str)]) = 0) then
                    
304    raise Exception.Create('Error: the last char is NULL char.');
                    
305  if Length(Key) < 8 then
                    
382        Res := Res * 16 + Ord(Ch) - Ord('a') + 10
                    
383      else raise Exception.Create('Error: not a Hex String');
                    
384    end;
                    
                
encode.java http://kmttg.googlecode.com/svn/trunk/ | Java | 376 lines
                    
60      if ( ! file.isFile(mpeg) ) {
                    
61         log.error("mpeg file not given or doesn't exist: " + mpeg);
                    
62         schedule = false;
                    
67         if ( ! encodeConfig.isValidEncodeName(job.encodeName) ) {
                    
68            log.error("invalid encoding profile for this job: " + job.encodeName);
                    
69            schedule = false;
                    
110      } else {
                    
111         log.error("Failed to start command: " + process.toString());
                    
112         process.printStderr();
                    
215         if (failed == 1) {
                    
216            log.error("encoding failed (exit code: " + exit_code + " ) - check command: " + process.toString());
                    
217            process.printStderr();
                    
238               } else {
                    
239                  log.error("Failed to delete file: "+ job.inputFile);
                    
240               }
                    
                
Action.class.php http://thinkphp.googlecode.com/svn/trunk/ | PHP | 340 lines
                    
134                // ????
                    
135                throw_exception(L('_ERROR_ACTION_').ACTION_NAME);
                    
136            }
                    
290            307 => 'Temporary Redirect',
                    
291            // Client Error 4xx
                    
292            400 => 'Bad Request',
                    
309            417 => 'Expectation Failed',
                    
310            // Server Error 5xx
                    
311            500 => 'Internal Server Error',
                    
                
dbus.cpp git://pkgs.fedoraproject.org/konversation | C++ | 413 lines
                    
145
                    
146void DBus::error(const QString& string)
                    
147{
                    
148    kDebug();
                    
149    emit dbusInfo(i18n("Error: %1", sterilizeUnicode(string)));
                    
150}
                    
168    {
                    
169        error( i18n( "getNickname: Server %1 is not found.",  serverName ) );
                    
170        return QString();
                    
                
stream_supp.h git://pkgs.fedoraproject.org/gprolog | C Header | 473 lines
                    
57
                    
58#define STREAM_EOF_ACTION_ERROR    0
                    
59#define STREAM_EOF_ACTION_EOF_CODE 1
                    
208int pl_stm_output;
                    
209int pl_stm_error;
                    
210
                    
222int pl_atom_user_output;
                    
223int pl_atom_user_error;
                    
224
                    
241
                    
242int pl_atom_error;
                    
243int pl_atom_eof_code;
                    
275extern int pl_stm_output;
                    
276extern int pl_stm_error;
                    
277
                    
                
c_F.c git://pkgs.fedoraproject.org/unuran | C | 373 lines
                    
277  if (n_params < 2) {
                    
278    _unur_error(distr_name,UNUR_ERR_DISTR_NPARAMS,"too few"); return UNUR_ERR_DISTR_NPARAMS; }
                    
279  if (n_params > 2) {
                    
285  if (nua <= 0. || nub <= 0.) {
                    
286    _unur_error(distr_name,UNUR_ERR_DISTR_DOMAIN,"nu <= 0");
                    
287    return UNUR_ERR_DISTR_DOMAIN;
                    
                
dataset.cpp git://pkgs.fedoraproject.org/gambas2 | C++ | 681 lines
                    
46		active = false;							// No connection yet
                    
47		error = "";									//S_NO_CONNECTION;
                    
48		host = "";
                    
81	db = NULL;
                    
82	haveError = active = false;
                    
83	frecno = 0;
                    
99	db = newDb;
                    
100	haveError = active = false;
                    
101	frecno = 0;
                    
260{
                    
261	haveError = false;
                    
262	frecno = 0;
                    
414		{
                    
415			GB.Error("Field not found: &1", f_name);
                    
416		}
                    
                
fallback.js https://gitlab.com/Mirros/cdnjs | JavaScript | 524 lines
                    
475
                    
476		element.onerror = function() {
                    
477			return me.spawn.failed(payload);
                    
                
ExceptionPolicy.cs https://SilverlightLogging.svn.codeplex.com/svn | C# | 428 lines
                    
42	/// ApplicationName can be specified, and you can explicitly create a temporary store for Exceptions. Available stores are:
                    
43	/// 1. ApplicationStore, which uses IsolatedStorageSettings.ApplicationSettings to store errors in.
                    
44	/// 2. IsoStreamStore, which uses IsolatedStorageFileStream to store errors in.
                    
207			TryInitializeStore(ref store);			
                    
208			//catch unhandled errors
                    
209			Application.Current.UnhandledException += new EventHandler<ApplicationUnhandledExceptionEventArgs>(Current_UnhandledException);
                    
231			{
                    
232				//transfer existing errors when switching Stores.
                    
233				if (Store != null
                    
293		/// <param name="exception"></param>
                    
294		public void HandleException(Exception exception, ErrorLevel level = ErrorLevel.Critical)
                    
295		{
                    
409		/// <returns></returns>
                    
410		private ExceptionMessage MapExceptionToError(Exception exception, ErrorLevel level = ErrorLevel.Critical)
                    
411		{
                    
                
HTMLParser.py git://github.com/aptana/Pydev.git | Python | 384 lines
                    
48
                    
49class HTMLParseError(Exception):
                    
50    """Exception raised for all parse errors."""
                    
113
                    
114    def error(self, message):
                    
115        raise HTMLParseError(message, self.getpos())
                    
165                    if end:
                    
166                        self.error("EOF in middle of construct")
                    
167                    break
                    
194                    if end and match.group() == rawdata[i:]:
                    
195                        self.error("EOF in middle of entity or char ref")
                    
196                    # incomplete
                    
276                offset = offset + len(self.__starttag_text)
                    
277            self.error("junk characters in start tag: %s"
                    
278                       % `rawdata[k:endpos][:20]`)
                    
                
DesTest.cs https://singularity.svn.codeplex.com/svn | C# | 309 lines
                    
76                if (Util.CompareArraySpans(message, 0, roundtrip_clear, 0, 8) != 0) {
                    
77                    Console.WriteLine("DES ERROR: DES implementation '{0}' FAILED an encrypt/decrypt roundtrip test.", des.GetType().Name);
                    
78                    Console.WriteLine("    key:                " + Util.ByteArrayToStringHex(key));
                    
                
ftcglyph.h http://libgdx.googlecode.com/svn/trunk/ | C++ Header | 330 lines
                    
223  /* can be used as @FTC_Cache_InitFunc */
                    
224  FT_LOCAL( FT_Error )
                    
225  FTC_GCache_Init( FTC_GCache  cache );
                    
254  /* convenience function; use it instead of FTC_Manager_Register_Cache */
                    
255  FT_LOCAL( FT_Error )
                    
256  FTC_GCache_New( FTC_Manager       manager,
                    
260#ifndef FTC_INLINE
                    
261  FT_LOCAL( FT_Error )
                    
262  FTC_GCache_Lookup( FTC_GCache   cache,
                    
280#define FTC_GCACHE_LOOKUP_CMP( cache, famcmp, nodecmp, hash,                \
                    
281                               gindex, query, node, error )                 \
                    
282  FT_BEGIN_STMNT                                                            \
                    
291    FTC_MRULIST_LOOKUP_CMP( &_gcache->families, _gquery, _fcompare,         \
                    
292                            _mrunode, error );                              \
                    
293    _gquery->family = FTC_FAMILY( _mrunode );                               \
                    
                
FileUtility.cs https://scsfcontrib.svn.codeplex.com/svn | C# | 379 lines
                    
114			{
                    
115				//  it is a unc path, so decorate the end with a back-slash (to correct misconfigurations, defend against trivial errors)
                    
116				return AppendTerminalBackslash( path );
                    
                
shopping_flow.js https://gitlab.com/BGCX261/zishashop-svn-to-git.git | JavaScript | 612 lines
                    
234{
                    
235  if (result.error)
                    
236  {
                    
236  {
                    
237    alert(result.error);
                    
238    location.href = './';
                    
280{
                    
281  if (obj.error)
                    
282  {
                    
284    {
                    
285      document.getElementById("ECS_SURPLUS_NOTICE").innerHTML = obj.error;
                    
286      document.getElementById('ECS_SURPLUS').value = '0';
                    
323{
                    
324  if (obj.error)
                    
325  {
                    
                
eventproxy.js https://gitlab.com/Mirros/cdnjs | JavaScript | 513 lines
                    
261  /**
                    
262   * Assign the only one 'error' event handler.
                    
263   * @param {Function(err)} callback
                    
266    var that = this;
                    
267    that.once('error', function (err) {
                    
268      that.unbind();
                    
366      if (err) {
                    
367        return that.emit('error', err);
                    
368      }
                    
428   *   if (err) {
                    
429   *     return ep.emit('error', err);
                    
430   *   }
                    
443   *   if (err) {
                    
444   *     return ep.emit('error', err);
                    
445   *   }
                    
                
test_cif.py https://gitlab.com/oschuett/ase | Python | 559 lines
                    
272        atoms_leg.info['occupancy']
                    
273        raise AssertionError
                    
274    except KeyError:
                    
526
                    
527    with pytest.raises(ValueError, match='CIF format can only'):
                    
528        roundtrip(atoms)
                    
                
functioncall.cpp https://gitlab.com/hardlianotion/quantlib-old | C++ | 190 lines
                    
34            callerDimensions_(CallerDimensions::Uninitialized),
                    
35            error_(false) {
                    
36        RP_REQUIRE(!instance_, "Multiple attempts to initialize global FunctionCall object");
                    
53    FunctionCall::~FunctionCall() {
                    
54        if (!error_) {
                    
55            if (callerType_ == CallerType::Cell) {
                    
55            if (callerType_ == CallerType::Cell) {
                    
56                RepositoryXL::instance().clearError();
                    
57            } else if (callerType_ == CallerType::VBA || callerType_ == CallerType::Menu) {
                    
57            } else if (callerType_ == CallerType::VBA || callerType_ == CallerType::Menu) {
                    
58                RepositoryXL::instance().clearVbaError();
                    
59            }
                    
                
index.js https://gitlab.com/olinares/code-journey | JavaScript | 247 lines
                    
9
                    
10/** Used as the `TypeError` message for "Functions" methods. */
                    
11var FUNC_ERROR_TEXT = 'Expected a function';
                    
93  if (typeof func != 'function') {
                    
94    throw new TypeError(FUNC_ERROR_TEXT);
                    
95  }
                    
                
runners_spec.rb https://gitlab.com/NestorTejero/gitlab-ce | Ruby | 464 lines
                    
396
                    
397      it 'should raise an error when no runner_id param is provided' do
                    
398        post api("/projects/#{project.id}/runners", admin)
                    
                
component.php https://gitlab.com/alexprowars/bitrix | PHP | 516 lines
                    
89		$this->abortResultCache();
                    
90		ShowError(Loc::getMessage("IBLOCK_MODULE_NOT_INSTALLED"));
                    
91		return;
                    
                
load.d https://gitlab.com/bhuroc/ecl | D | 304 lines
                    
39        if (block->cblock.handle == NULL) {
                    
40                output = ecl_library_error(block);
                    
41                goto OUTPUT;
                    
66        if (block->cblock.entry == NULL) {
                    
67                output = ecl_library_error(block);
                    
68                ecl_library_close(block);
                    
164                        }
                    
165                        FEerror("Corrupt bytecodes file ~S", 1, source);
                    
166                }
                    
171                unlikely_if (!Null(x)) {
                    
172                        CEerror(ECL_T,
                    
173                                Null(ECL_CONS_CDR(x))?
                    
296        if (!Null(ok))
                    
297                FEerror("LOAD: Could not load file ~S (Error: ~S)",
                    
298                        2, filename, ok);
                    
                
AccountsListActivity.java https://gitlab.com/yorty.ruiz/jitsi-android | Java | 424 lines
                    
86            // No OSGi Exists
                    
87            logger.error("OSGi not initialized");
                    
88            finish();
                    
324                    {
                    
325                        logger.error("Ongoing operation in progress");
                    
326                        return;
                    
400                    JitsiApplication.getGlobalContext(),
                    
401                    getString(R.string.service_gui_ERROR),
                    
402                    "Failed to " + (enable ? "load" : "unload")
                    
404
                    
405                logger.error(e.getMessage(), e);
                    
406            }
                    
415                {
                    
416                    logger.error(
                    
417                        "Failed to wait for the dialog: " + progressDialog );
                    
                
VideoLibraryRefreshingJob.cpp git://github.com/xbmc/xbmc.git | C++ | 371 lines
                    
125      // if there's no NFO remember it in case we have to refresh again
                    
126      if (nfoResult == CInfoScanner::ERROR_NFO)
                    
127        ignoreNfo = true;
                    
132      if (needsRefresh && IsModal() && !scraper->IsNoop()
                    
133          && nfoResult != CInfoScanner::ERROR_NFO)
                    
134      {
                    
                
connection.php https://gitlab.com/bran921007/php-rql | PHP | 359 lines
                    
189        if (json_last_error() != JSON_ERROR_NONE) {
                    
190            throw new RqlDriverError("Unable to decode JSON response (error code " . json_last_error() . ")");
                    
191        }
                    
202    private function checkResponse($response, $responseToken, $token, $query = null) {
                    
203        if (!isset($response['t'])) throw new RqlDriverError("Response message has no type.");
                    
204
                    
216                $backtrace = Backtrace::_fromJSON($response['b']);
                    
217            throw new RqlUserError("Compile error: " . $response['r'][0], $query, $backtrace);
                    
218        }
                    
222                $backtrace = Backtrace::_fromJSON($response['b']);
                    
223            throw new RqlUserError("Runtime error: " . $response['r'][0], $query, $backtrace);
                    
224        }
                    
247        }
                    
248        if ($request === false) throw new RqlDriverError("Failed to encode query as JSON: " . json_last_error());
                    
249    
                    
                
module.audio.mpc.php https://github.com/ericaustinlee/ribcage.git | PHP | 290 lines
                    
79				default:
                    
80					$ThisFileInfo['error'] = 'Expecting 4, 5 or 6 in version field, found '.$thisfile_mpc_header['stream_major_version'].' instead';
                    
81					unset($ThisFileInfo['mpc']);
                    
107
                    
108			$ThisFileInfo['error'][] = 'Expecting "MP+" at offset '.$ThisFileInfo['avdataoffset'].', found "'.substr($MPCheaderData, $offset, 3).'"';
                    
109			unset($ThisFileInfo['fileformat']);
                    
128			default:
                    
129				$ThisFileInfo['error'][] = 'Only Musepack SV7 supported';
                    
130				return false;
                    
167		if ($thisfile_mpc_header['sample_rate'] == 0) {
                    
168			$ThisFileInfo['error'][] = 'Corrupt MPC file: frequency == zero';
                    
169			return false;
                    
175		if ($ThisFileInfo['playtime_seconds'] == 0) {
                    
176			$ThisFileInfo['error'][] = 'Corrupt MPC file: playtime_seconds == zero';
                    
177			return false;
                    
                
 

Source

Language