Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.

Latest commit

 

History

History
52 lines (28 loc) · 1.11 KB

File metadata and controls

52 lines (28 loc) · 1.11 KB

@panenco/papi / Exports / ErrorRepresentation

Class: ErrorRepresentation

Output DTO for HTTP Errors

Table of contents

Constructors

Properties

Constructors

constructor

new ErrorRepresentation(error?)

Parameters

Name Type
error? ErrorBase

Defined in

contracts/representations/error.representation.ts:20

Properties

message

message: string

Defined in

contracts/representations/error.representation.ts:14


reason

reason: string

Defined in

contracts/representations/error.representation.ts:18