Appearance
@line/bot-sdk / messagingApi / ErrorResponse
Type Alias: ErrorResponse
ErrorResponse =
object
Defined in: lib/messaging-api/model/errorResponse.ts:19
See
https://developers.line.biz/en/reference/messaging-api/#error-responses
Properties
details?
optionaldetails?:ErrorDetail[]
Defined in: lib/messaging-api/model/errorResponse.ts:27
An array of error details. If the array is empty, this property will not be included in the response.
message
message:
string
Defined in: lib/messaging-api/model/errorResponse.ts:23
Message containing information about the error.
sentMessages?
optionalsentMessages?:SentMessage[]
Defined in: lib/messaging-api/model/errorResponse.ts:33
Array of sent messages.
Min Items
1
Max Items
5