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

Method getErrorSource

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

Returns the error source of the exception. Can be more than one source. @return error sources represented as a byte

()

Source from the content-addressed store, hash-verified

377 * @return error sources represented as a byte
378 */
379 public byte getErrorSource() {
380 return errorSource;
381 }
382
383 /**
384 * Set the error source of the exception

Callers 1

testValidationFailureMethod · 0.45

Calls

no outgoing calls

Tested by 1

testValidationFailureMethod · 0.36