package exception
Type Members
- sealed abstract class CodeGenException extends RuntimeException
Root exception for the codegen
- final case class EmptyTemplateException(typeName: String) extends CodeGenException with Product with Serializable
- final case class PackageInterfaceException(error: String) extends CodeGenException with Product with Serializable
Error while decoding the package or extracting the interface
- final case class UnsopportedTypeError(msg: String) extends Product with Serializable
The reason why a given type's code can't be generated
- final case class UnsupportedDamlTypeException(typeName: String) extends CodeGenException with Product with Serializable
An unsupported DAML type has been found in a template