property TLSSocket.prototype.authorizationError Usage in Deno```typescript import { TLSSocket } from "node:node__tls.d.ts"; ``` Returns the reason why the peer's certificate was not been verified. This property is set only when `tlsSocket.authorized === false`. Type Error