Package flyteidl.core
Class Errors
- java.lang.Object
-
- flyteidl.core.Errors
-
public final class Errors extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErrors.ContainerErrorError message to propagate detailed errors from container executions to the execution engine.static interfaceErrors.ContainerErrorOrBuilderstatic classErrors.ErrorDocumentDefines the errors.pb file format the container can produce to communicate failure reasons to the execution engine.static interfaceErrors.ErrorDocumentOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-