c

com.daml.error

Grouping

final case class Grouping(docName: String, fullClassName: String) extends Product with Serializable

A component of ErrorClass

docName

The name that will appear in the generated documentation for the grouping.

fullClassName

Full class name of the corresponding ErrorGroup.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Grouping
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Grouping(docName: String, fullClassName: String)

    docName

    The name that will appear in the generated documentation for the grouping.

    fullClassName

    Full class name of the corresponding ErrorGroup.

Value Members

  1. val docName: String
  2. val fullClassName: String
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product