daml/language-support/scala/codegen-testing
Leonid Shlyapnikov 0b172da49a Add ExceptionOps to extract exception details safely (#3822)
* Add ExceptionOps to extract exception details safely

`Throwable.getMessage` can return `null` which caused unexpected NPE
in JSON API error handling

* Fix formatting

* Remove show instance

* Addressing code review comments,

thanks Stefano!
2019-12-11 18:38:44 +00:00
..
src Add ExceptionOps to extract exception details safely (#3822) 2019-12-11 18:38:44 +00:00
BUILD.bazel scala codegen: add GenMap support (#3522) 2019-12-11 09:22:38 +00:00