Packages

p

com.daml.codegen

exception

package exception

Type Members

  1. sealed abstract class CodeGenException extends RuntimeException

    Root exception for the codegen

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

    Error while decoding the package or extracting the interface

  4. final case class UnsopportedTypeError(msg: String) extends Product with Serializable

    The reason why a given type's code can't be generated

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

    An unsupported DAML type has been found in a template

Ungrouped