Packages

p

com.daml.lf.codegen

exception

package exception

Type Members

  1. sealed abstract class CodeGenException extends RuntimeException

    Root exception for the codegen

  2. final case class PackageInterfaceException(error: String) extends CodeGenException with Product with Serializable

    Error while decoding the package or extracting the interface

  3. final case class UnsupportedDamlTypeException(typeName: String) extends CodeGenException with Product with Serializable

    An unsupported Daml type has been found in a template

Ungrouped