sdkgen icon indicating copy to clipboard operation
sdkgen copied to clipboard

Declarating a duplicated error name in a .sdkgen file will produce a invalid node-server code

Open icaaro opened this issue 7 years ago • 0 comments

When is declared a duplicate error types in skdgen no advice or error are presented by the compiler and this will produce a invalid typescript code.

iex.


error NotLoggedIn
error WrongLogin
error InvalidCall
error InvalidToken

error NotLoggedIn
error WrongLogin
error InvalidCall
error InvalidToken

icaaro avatar Oct 10 '18 20:10 icaaro