Skip to main content

Response

Feature Introduction

info

Common 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 the call fails
errMsgstringError description when the call fails