Skip to content
On this page

Error

An Object which contains all the error information.

Example Usage

js
theme: SoftUI({
    error: {
        error404: {
            title: "Error 404",
            subtitle: "Page Not Found",
            description: "It seems you have stumbled into the abyss. Click the button below to return to the dashboard"
        },
        dbdError: {
            disableSecretMenu: false,
            secretMenuCombination: ["69", "82", "82", "79", "82"]
        }
    }
})

Properties

Types

Released under the MIT License.