Is your feature request related to a problem? Please describe.
I'm trying to implement the EST enrollment protocol over TLS. In this protocol, I have to continue the TLS connection even on SOME of the possible TLS handshake errors. Unfortunately, the list of possible errors is not documented (the NodeJS Errors documentation page doesn't list them and neither does the TLS documentation page)
Describe the solution you'd like
The NodeJS TLS documentation page should list all possible values for the authorizationError property