# configuration/strings/report.strings.ts

> 10 lines of code and 10 definitions.

Tree: Site tree
Language: typescript
Layer: product
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-strings-report-strings-ts
Source text: https://banes-lab.com/assets/sources/source.88a0b80146acd36c1791d7f4ed25206127dd57410a1c4702335486f34ac20a5b.generated.txt

## Definitions

- `WALK_UNAVAILABLE` (lexical_declaration, line 1, exported)
- `SOURCE_UNAVAILABLE` (lexical_declaration, line 3, exported)
- `PAYLOAD_UNAVAILABLE` (lexical_declaration, line 5, exported)
- `DIAGRAM_UNAVAILABLE` (lexical_declaration, line 7, exported)
- `DIAGRAM_STYLE_UNAVAILABLE` (lexical_declaration, line 9, exported)
- `SCROLL_UNREADABLE` (lexical_declaration, line 11, exported)
- `SCROLL_UNWRITABLE` (lexical_declaration, line 13, exported)
- `UNLINKED_PAGE` (lexical_declaration, line 15, exported)
- `COPY_REFUSED` (lexical_declaration, line 17, exported)
- `MISSING_SHARE` (lexical_declaration, line 19, exported)

## Source

```typescript
export const WALK_UNAVAILABLE = "The walk diagram for a file could not be loaded.";

export const SOURCE_UNAVAILABLE = "The source text for a file could not be loaded.";

export const PAYLOAD_UNAVAILABLE = "A page payload could not be loaded.";

export const DIAGRAM_UNAVAILABLE = "A rendered diagram could not be loaded.";

export const DIAGRAM_STYLE_UNAVAILABLE = "The stylesheet for rendered diagrams could not be loaded.";

export const SCROLL_UNREADABLE = "The saved scroll position could not be read from session storage.";

export const SCROLL_UNWRITABLE = "The scroll position could not be saved to session storage.";

export const UNLINKED_PAGE = "The home page has no row link for the page ";

export const COPY_REFUSED = "The browser refused to copy the text to the clipboard.";

export const MISSING_SHARE = "The share map holds no share image for the page ";
```
