Class HealthcareIOError<T>

java.lang.Object
org.apache.beam.sdk.io.gcp.healthcare.HealthcareIOError<T>

@DefaultCoder(HealthcareIOErrorCoder.class) public class HealthcareIOError<T> extends Object
Class for capturing errors on IO operations on Google Cloud Healthcare APIs resources.
  • Method Details

    • getErrorMessage

      public String getErrorMessage()
    • getStackTrace

      public String getStackTrace()
    • getObservedTime

      public Instant getObservedTime()
    • getDataResource

      public T getDataResource()
    • getStatusCode

      public Integer getStatusCode()