@Immutable @ThriftStruct public class UdfExecutionFailureInfo extends Object
| Constructor and Description |
|---|
UdfExecutionFailureInfo(String type,
String message,
UdfExecutionFailureInfo cause,
List<UdfExecutionFailureInfo> suppressed,
List<String> stack) |
| Modifier and Type | Method and Description |
|---|---|
UdfExecutionFailureInfo |
getCause() |
String |
getMessage() |
List<String> |
getStack() |
List<UdfExecutionFailureInfo> |
getSuppressed() |
String |
getType() |
@ThriftConstructor public UdfExecutionFailureInfo(String type, String message, @Nullable UdfExecutionFailureInfo cause, List<UdfExecutionFailureInfo> suppressed, List<String> stack)
@ThriftField(value=1) public String getType()
@Nullable @ThriftField(value=3, isRecursive=TRUE, requiredness=OPTIONAL) public UdfExecutionFailureInfo getCause()
@ThriftField(value=4) public List<UdfExecutionFailureInfo> getSuppressed()
Copyright © 2012–2022. All rights reserved.