Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAsyncRes<T>

异步任务结果结构

Type parameters

  • T = void

Hierarchy

  • IAsyncRes

Index

Properties

Properties

code

code: ErrorCode

Promise 执行结果

Optional data

data?: T

结果数据

Optional msg

msg?: string

错误消息