Class PipelineError


  • @Portable
    public class PipelineError
    extends Object
    This class holds the information about a pipeline error and the errorDetail.
    • Constructor Detail

      • PipelineError

        public PipelineError​(String error,
                             String errorDetail)
    • Method Detail

      • getError

        public String getError()
      • getErrorDetail

        public String getErrorDetail()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object