Appearance
@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
message
message:
string
Defined in: lib/messaging-api/model/errorResponse.ts:22
Message containing information about the error.
See
sentMessages?
optional
sentMessages:SentMessage
[]
Defined in: lib/messaging-api/model/errorResponse.ts:34
Array of sent messages.