Class Failure

java.lang.Object
org.apache.beam.sdk.schemas.io.Failure

@Internal @DefaultSchema(AutoValueSchema.class) public abstract class Failure extends Object
A generic failure of an SQL transform.
  • Constructor Details

    • Failure

      public Failure()
  • Method Details

    • getPayload

      public abstract byte[] getPayload()
      Bytes containing the payload which has failed.
    • getError

      public abstract String getError()
      Information about the cause of the failure.
    • newBuilder

      public static Failure.Builder newBuilder()