Skip to the content.

Interface: ErrorObject

types/general.ErrorObject

Table of contents

Properties

Properties

code

code: number

The response status of the API. See remarks for info about specific error codes

Remarks

Can be any of the following:

Defined in

types/general.ts:74


details

details: string

Error details to help fix the problem

Defined in

types/general.ts:78


message

message: string

Error message

Defined in

types/general.ts:49