ably-java
ably-java copied to clipboard
Error codes
withakay points out that ably-java uses 91200 for channel attach timed out, which isn't in errors.json. Ably-js uses 90007 ("channel operation failed (no response from server)") for that
I noticed it here: https://github.com/ably/ably-java/blob/77487a000da4eebc386cea725121c3aeb4c0e370/lib/src/main/java/io/ably/lib/realtime/Channel.java#L353