ViewActionNotFound
Overview
Error view displayed when a requested model action route does not exist. Composes SystemMessageCard(tone="info") with a "404" crest showing the unrecognized app/model/action key, a TriedUrlCallout highlighting the action segment as the error, a SuggestionList(shape="action") listing all model-defined actions sorted by string similarity to the tried action, a DiagnosticStrip debug footer, and a Back + Browse all actions actions row. HTTP verb chips in the action shape remain empty until the server exposes per-action verb metadata.
Theme entry: ViewActionNotFound
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| iconOverride | Object | null | A partial icon registry ({ [componentName]: { [iconName]: { component, props } } }) merged with inherited and default icon entries; scopes icon overrides to this component and its descendants. | |
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| diagnostics | { label: string, value: string }[] | [] | Extra rows appended to the DiagnosticStrip (after the route row). |
Slots
| Name | Scoped | Description |
|---|---|---|
blurb | blurb Override the default explanatory paragraph beneath the crest. | |
actions | actions Override the default Back / Browse all actions button row. |
Source
client/lib/views/ViewActionNotFound.vue