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

Method getErrorCode

src/org/apache/pig/PigException.java:395–397  ·  view source on GitHub ↗

Returns the error code of the exception @return error code of the exception

()

Source from the content-addressed store, hash-verified

393 * @return error code of the exception
394 */
395 public int getErrorCode() {
396 return errorCode;
397 }
398
399 /**
400 * Set the error code of the exception

Callers 15

testMergeJoinFailure2Method · 0.95
testExpressionFailMethod · 0.95
testJoinSchemaMethod · 0.95
testLeftOuterJoinMethod · 0.95
testRightOuterJoinMethod · 0.95
testFullOuterJoinMethod · 0.95
testAddingTwoBagMethod · 0.95
testValidationNegMethod · 0.95
toStringMethod · 0.95
runMethod · 0.95
writeLogMethod · 0.95
putNextMethod · 0.45

Calls

no outgoing calls

Tested by 15

testMergeJoinFailure2Method · 0.76
testExpressionFailMethod · 0.76
testJoinSchemaMethod · 0.76
testLeftOuterJoinMethod · 0.76
testRightOuterJoinMethod · 0.76
testFullOuterJoinMethod · 0.76
testAddingTwoBagMethod · 0.76
testValidationNegMethod · 0.76
getAliasToSchemaMapMethod · 0.36
testPigServerStoreNegMethod · 0.36
testRemove6Method · 0.36
testValidationFailureMethod · 0.36