You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, so I think it doesn't need to throw any more? Reason I ask is Conjure generated code uses ErrorType.create for all error codes, and fails at runtime if any is CUSTOM_CLIENT or CUSTOM_SERVER. Seems easier to change in remoting-api than special case them in Conjure.
Why does
ErrorType.create
throw onCUSTOM_CLIENT
andCUSTOM_SERVER
?https://github.com/palantir/http-remoting-api/blob/develop/errors/src/main/java/com/palantir/remoting/api/errors/ErrorType.java#L103
The text was updated successfully, but these errors were encountered: