Skip to main content

IQErrorResponse

@quik/http


@quik/http / IQErrorResponse

Interface: IQErrorResponse

Defined in: http/src/errors/IQErrorResponse.ts:13

The definition of an error message response.

Indexable

[key: string]: any

Properties

code

code: QHTTPStatus

Defined in: http/src/errors/IQErrorResponse.ts:17

The status code of the message.


details?

optional details?: IQErrorDetails

Defined in: http/src/errors/IQErrorResponse.ts:27


message

message: string

Defined in: http/src/errors/IQErrorResponse.ts:25

The message to be returned to the user.


status

status: "error"

Defined in: http/src/errors/IQErrorResponse.ts:21

The status of the message.