Searched refs:errorId (Results 1 – 8 of 8) sorted by relevance
424 private boolean httpFailure(Request req, int errorId, Exception e) { in httpFailure() argument435 if (errorId < 0) { in httpFailure()436 error = getEventHandlerErrorString(errorId); in httpFailure()441 req.mEventHandler.error(errorId, error); in httpFailure()451 private static String getEventHandlerErrorString(int errorId) { in getEventHandlerErrorString() argument452 switch (errorId) { in getEventHandlerErrorString()
517 void error(int errorId, String errorMessage) { in error() argument518 mEventHandler.error(errorId, errorMessage); in error()
64 private int errorId; field in GenericRequestBuilder453 this.errorId = resourceId; in error()769 errorId, in obtainRequest()
1290 int ErrorId() const { return errorId; } in ErrorId()1334 errorId = 0; in ClearError()1360 int errorId; variable
783 errorId = err; in SetError()784 errorDesc = errorString[ errorId ]; in SetError()
1468 int ErrorId() const { return errorId; } in ErrorId()1512 errorId = 0; in ClearError()1550 int errorId; variable
806 errorId = err; in SetError()807 errorDesc = errorString[ errorId ]; in SetError()
1120 target->errorId = errorId; in CopyTo()