Skip to content

@line/bot-sdk


@line/bot-sdk / messagingApi / ErrorResponse

Type Alias: ErrorResponse

ErrorResponse = object

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

Properties

details?

optional details: ErrorDetail[]

Defined in: lib/messaging-api/model/errorResponse.ts:28

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

Defined in: lib/messaging-api/model/errorResponse.ts:22

Message containing information about the error.

See

message Documentation


sentMessages?

optional sentMessages: SentMessage[]

Defined in: lib/messaging-api/model/errorResponse.ts:34

Array of sent messages.

See

sentMessages Documentation