@line/bot-sdk
Version:
Node.js SDK for LINE Messaging API
25 lines • 887 B
TypeScript
/**
* LINE Messaging API(Insight)
* This document describes LINE Messaging API(Insight).
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* @see <a href="https://developers.line.biz/en/reference/messaging-api/#error-responses">https://developers.line.biz/en/reference/messaging-api/#error-responses</a>
*/
export type ErrorDetail = {
/**
* Details of the error. Not included in the response under certain situations.
*/
message?: string;
/**
* Location of where the error occurred. Returns the JSON field name or query parameter name of the request. Not included in the response under certain situations.
*/
property?: string;
};
//# sourceMappingURL=errorDetail.d.ts.map