Package org.apache.beam.sdk.schemas.io
Class Failure
java.lang.Object
org.apache.beam.sdk.schemas.io.Failure
A generic failure of an SQL transform.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getError()
Information about the cause of the failure.abstract byte[]
Bytes containing the payload which has failed.static Failure.Builder
-
Constructor Details
-
Failure
public Failure()
-
-
Method Details
-
getPayload
public abstract byte[] getPayload()Bytes containing the payload which has failed. -
getError
Information about the cause of the failure. -
newBuilder
-