Interface Options

Options for HTTP error construction.

Hierarchy

  • ErrorOptions
    • Options

Properties

cause?: unknown
details?: string

Error details.

This will be displayed on error page in addition to error code.

message?: string

Error message.

Default

Constructed by status code and status message.
statusMessage?: string

HTTP status message.

Generated using TypeDoc