Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IErrorOptions

    interface IErrorOptions {
        actions?: INotificationAction[];
        allowReport?: boolean;
        allowSuppress?: boolean;
        attachments?: IAttachment[];
        extension?: IRegisteredExtension;
        extensionName?: string;
        extensionRemote?: IAvailableExtension;
        hideDetails?: boolean;
        id?: string;
        isBBCode?: boolean;
        isHTML?: boolean;
        message?: string;
        replace?: { [key: string]: string };
        warning?: boolean;
    }
    Index

    Properties

    allowReport?: boolean
    allowSuppress?: boolean
    attachments?: IAttachment[]
    extensionName?: string
    extensionRemote?: IAvailableExtension
    hideDetails?: boolean
    id?: string
    isBBCode?: boolean
    isHTML?: boolean
    message?: string
    replace?: { [key: string]: string }
    warning?: boolean