package generator
- Alphabetic
- Public
- Protected
Type Members
- final case class ErrorCategoryDocItem(description: Option[String], resolution: Option[String], retryStrategy: Option[String]) extends Product with Serializable
- 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.
- final case class ErrorCodeValue(code: String, errorGroupPath: ErrorClass, category: String, explanation: String, resolution: String, conveyance: String, deprecationO: Option[String]) extends Product with Serializable
- 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.
- class ErrorGroupTree extends AnyRef
Value Members
- object ErrorCategoryDocItem extends Serializable
- object ErrorCategoryInventoryDocsGenerator
- object ErrorCodeDocumentationGenerator
Utility that indexes all error code implementations.
- object ErrorCodeInventoryDocsGenerator
- object ErrorGroupTree