Skip to content

client-certificate-auth API Reference


client-certificate-auth API Reference / clientCertificateAuth / HttpError

Interface: HttpError

Defined in: clientCertificateAuth.d.ts:20

HTTP Error with status code for Express error handling middleware.

Extends

  • Error

Properties

status

status: number

Defined in: clientCertificateAuth.d.ts:21

HTTP status code for error responses

Overrides

Error.status

Released under the MIT License.