Skip to content

@line/bot-sdkDocs


@line/bot-sdk / messagingApi / ErrorResponse

Type Alias: ErrorResponse

ErrorResponse: object

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

sentMessages?

optional sentMessages: SentMessage[]

Array of sent messages.

See

sentMessages Documentation

Defined in

lib/messaging-api/model/errorResponse.ts:16