Skip to main content

Response

Description

info

General parameter description for uni-app and JS SDK Promise function callbacks.

CatchResponse

Type

type CatchResponse = {
errCode: number;
errMsg: string;
};

Field Description

Field NameField TypeDescription
errCodenumberError code when call fails
errMsgstringError description information when call fails