Interface IErrorResponse

An error response

Index

Properties

Properties

Optional data

data: object

Data about the error

Type declaration

  • [key: string]: any
  • Optional executionReport?: string

    A report provided by the search api

  • Optional message?: string

    Message for the error

  • Optional type?: string

    Type of the error

statusCode

statusCode: number

Status code for the error

Hierarchy