Akashic Engine
    Preparing search index...

    Interface ErrorLike

    interface ErrorLike {
        cause?: any;
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cause?: any
    message: string
    name: string
    stack?: string