package exception
Type Members
- sealed abstract class CodeGenException extends RuntimeException
Root exception for the codegen
- final case class PackageInterfaceException(error: String) extends CodeGenException with Product with Serializable
Error while decoding the package or extracting the interface
- final case class UnsupportedDamlTypeException(typeName: String) extends CodeGenException with Product with Serializable
An unsupported Daml type has been found in a template