神岛 API 文档 - ArenaPro版
    Preparing search index...

    Type Alias CommonError<T>

    错误码规范:{status:T; code:number, msg: string} code: 错误码 status: 错误类型 msg: 错误描述

    type CommonError<T> = {
        code: number;
        msg: string;
        status: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    code: number
    msg: string
    status: T