Class ApiIOError

java.lang.Object
org.apache.beam.io.requestresponse.ApiIOError

@SchemaCaseFormat(LOWER_UNDERSCORE) @DefaultSchema(AutoValueSchema.class) public abstract class ApiIOError extends Object
ApiIOError is a data class for storing details about an error.
  • Constructor Details

    • ApiIOError

      public ApiIOError()
  • Method Details

    • getRequestAsString

      public abstract String getRequestAsString()
      The string representation of the request associated with the error.
    • getObservedTimestamp

      public abstract Instant getObservedTimestamp()
      The observed timestamp of the error.
    • getMessage

      public abstract String getMessage()
      The Exception message.
    • getStackTrace

      public abstract String getStackTrace()
      The Exception stack trace.