interface ErrorTextConfig {
    app_name: string;
    app_version?: string;
    error_message: string;
    error_title: string;
    links?: Link[];
}

Properties

app_name: string
app_version?: string
error_message: string
error_title: string
links?: Link[]