Skip to content

@line/bot-sdk


@line/bot-sdk / manageAudience / ErrorResponse

Type Alias: ErrorResponse

ErrorResponse = object

Defined in: lib/manage-audience/model/errorResponse.ts:18

See

https://developers.line.biz/en/reference/messaging-api/#error-responses

Properties

details?

optional details?: ErrorDetail[]

Defined in: lib/manage-audience/model/errorResponse.ts:26

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/manage-audience/model/errorResponse.ts:22

Message containing information about the error.