#2519 prompted us with a good idea, we can use our rust error as a base for code generators in other SDKs to generate error status codes.
The tricky bit is to figure out project structure that would allow us to decouple the IggyError from server crate and put it into an dedicated crate, that can be versioned independently.