Skip to content
On this page

Error 404

Parent: 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"
        }
    }
})

Properties

Types

Released under the MIT License.