Skip to content

@line/bot-sdk


@line/bot-sdk / insight / ErrorResponse

Type Alias: ErrorResponse

ErrorResponse: object

Defined in: lib/insight/model/errorResponse.ts:15

Type declaration

details?

optional details: ErrorDetail[]

An array of error details. If the array is empty, this property will not be included in the response.

See

details Documentation

message

message: string

Message containing information about the error.

See

message Documentation