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

    表示一个运行时错误。

    Represents a runtime error.

    interface Error {
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    错误消息。

    The error message.

    name: string

    错误的名称。

    The name of the error.

    stack?: string

    (非标准)调用堆栈。

    (Non-standard) The call stack.