Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.11 KB

ErrorRepresentation.md

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