Packages

package generator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package app

Type Members

  1. final case class ErrorCategoryDocItem(description: Option[String], resolution: Option[String], retryStrategy: Option[String]) extends Product with Serializable
  2. final case class ErrorCodeDocItem(errorCodeClassName: String, category: String, hierarchicalGrouping: ErrorClass, conveyance: Option[String], code: String, deprecation: Option[DeprecatedItem], explanation: Option[Explanation], resolution: Option[Resolution]) extends Product with Serializable

    Contains error presentation data to be used for documentation rendering on the website.

    Contains error presentation data to be used for documentation rendering on the website.

    errorCodeClassName

    The error class name (see com.daml.error.ErrorCode).

    category

    The error code category (see com.daml.error.ErrorCategory).

    hierarchicalGrouping

    The hierarchical code grouping (see com.daml.error.ErrorClass and com.daml.error.ErrorGroup).

    conveyance

    Provides a statement about the form this error will be returned to the user.

    code

    The error identifier.

    explanation

    The detailed error explanation.

    resolution

    The suggested error resolution.

  3. final case class ErrorCodeValue(code: String, errorGroupPath: ErrorClass, category: String, explanation: String, resolution: String, conveyance: String, deprecationO: Option[String]) extends Product with Serializable
  4. final case class ErrorGroupDocItem(className: String, explanation: Option[Explanation], errorClass: ErrorClass) extends Product with Serializable

    Contains error presentation data to be used for documentation rendering on the website.

    Contains error presentation data to be used for documentation rendering on the website.

    className

    The group class name (see com.daml.error.ErrorGroup).

    explanation

    The detailed error explanation.

    errorClass

    Hierarchical grouping of this error group.

  5. class ErrorGroupTree extends AnyRef

Value Members

  1. object ErrorCategoryDocItem extends Serializable
  2. object ErrorCategoryInventoryDocsGenerator
  3. object ErrorCodeDocumentationGenerator

    Utility that indexes all error code implementations.

  4. object ErrorCodeInventoryDocsGenerator
  5. object ErrorGroupTree

Ungrouped