Continuing discussion from here
CONNECTION_ERROR_NO_RETRY was added for resumability and following is the description:
__CONNECTION_ERROR_NO_RETRY__ | 0x00000102 | The connection is being terminated. May __NOT__ be resumed. Stream ID MUST be 0.
It looks like the intention is to indicate that resumption must not be attempted. So, should we rename this error code to RESUME_FAILED_NO_RETRY?
CONNECTION_ERROR_NO_RETRY sounds ambiguous as it does not indicate anything about resumability.