MCPcopy Create free account
hub / github.com/apache/pig / getErrorCode

Method getErrorCode

src/org/apache/pig/tools/pigstats/PigStats.java:101–103  ·  view source on GitHub ↗

Returns the error code of PigException

()

Source from the content-addressed store, hash-verified

99 * Returns the error code of {@link PigException}
100 */
101 public int getErrorCode() {
102 return errorCode;
103 }
104
105 /**
106 * Returns the error code of {@link PigException}

Callers 15

NegativeTestMethod · 0.95
NegativeTest2Method · 0.95
NegativeTest3Method · 0.95
setBackendExceptionMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
visitMergeCoGroupMethod · 0.45
createJoinPlansMethod · 0.45
getNextMethod · 0.45
createJoinPlansMethod · 0.45
visitMergeCoGroupMethod · 0.45
visitMergeCoGroupMethod · 0.45

Calls

no outgoing calls

Tested by 3

NegativeTestMethod · 0.76
NegativeTest2Method · 0.76
NegativeTest3Method · 0.76