Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (19 loc) · 483 Bytes

Result.md

File metadata and controls

34 lines (19 loc) · 483 Bytes

mewbot / Result

Interface: Result<T>

通用的API返回数据类型,用来统一服务端返回值

Type parameters

Name
T

Table of contents

Properties

Properties

data

Optional data: T

数据,服务端返回正确结果时有值


error

Optional error: ErrorBody

错误,服务端返回错误结果时有值