Class ErrorSubInfo

Object
org.apache.spark.ErrorSubInfo
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ErrorSubInfo extends Object implements scala.Product, Serializable
Information associated with an error subclass.

param: message Message format with optional placeholders (e.g. <parm>). The error message is constructed by concatenating the lines with newlines. param: breakingChangeInfo Additional metadata if the error is due to a breaking change.

See Also:
  • Constructor Details

    • ErrorSubInfo

      public ErrorSubInfo(scala.collection.immutable.Seq<String> message, scala.Option<BreakingChangeInfo> breakingChangeInfo)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • message

      public scala.collection.immutable.Seq<String> message()
    • breakingChangeInfo

      public scala.Option<BreakingChangeInfo> breakingChangeInfo()
    • messageTemplate

      public String messageTemplate()