I think we originally had an `ink_release_assert` here, and @SolidWallOfCode suggested we use `Emergency` instead. What this appeared to do was indicate a non-recoverable error. I think `Error` will not do the same, but I could be mistaken. In this case the error is not recoverable.
EDIT to add: > Emergency isn't used in the code. Yes you are right. This would introduce the only usage of `Emergency` in the code. If we do not want to use `Emergency`, we should remove it since it is dead. [ Full content available at: https://github.com/apache/trafficserver/pull/4145 ] This message was relayed via gitbox.apache.org for [email protected]
