Package flyteidl.core
Interface Execution.ExecutionErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Execution.ExecutionError,Execution.ExecutionError.Builder
- Enclosing class:
- Execution
public static interface Execution.ExecutionErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()Error code indicates a grouping of a type of error.com.google.protobuf.ByteStringgetCodeBytes()Error code indicates a grouping of a type of error.StringgetErrorUri()Full error contents accessible via a URIcom.google.protobuf.ByteStringgetErrorUriBytes()Full error contents accessible via a URIExecution.ExecutionError.ErrorKindgetKind().flyteidl.core.ExecutionError.ErrorKind kind = 4;intgetKindValue().flyteidl.core.ExecutionError.ErrorKind kind = 4;StringgetMessage()Detailed description of the error - including stack trace.com.google.protobuf.ByteStringgetMessageBytes()Detailed description of the error - including stack trace.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCode
String getCode()
Error code indicates a grouping of a type of error. More Info: <Link>
string code = 1;- Returns:
- The code.
-
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()
Error code indicates a grouping of a type of error. More Info: <Link>
string code = 1;- Returns:
- The bytes for code.
-
getMessage
String getMessage()
Detailed description of the error - including stack trace.
string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Detailed description of the error - including stack trace.
string message = 2;- Returns:
- The bytes for message.
-
getErrorUri
String getErrorUri()
Full error contents accessible via a URI
string error_uri = 3;- Returns:
- The errorUri.
-
getErrorUriBytes
com.google.protobuf.ByteString getErrorUriBytes()
Full error contents accessible via a URI
string error_uri = 3;- Returns:
- The bytes for errorUri.
-
getKindValue
int getKindValue()
.flyteidl.core.ExecutionError.ErrorKind kind = 4;- Returns:
- The enum numeric value on the wire for kind.
-
getKind
Execution.ExecutionError.ErrorKind getKind()
.flyteidl.core.ExecutionError.ErrorKind kind = 4;- Returns:
- The kind.
-
-