Skip to content

Commit e8cbc1b

Browse files
committed
docs: satisfied markdown linter
1 parent c7b75e4 commit e8cbc1b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/errors.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This document is the canonical catalog for runtime error codes emitted by Taurus
55
## Code Format
66

77
- `T-STD-XXXXX`: Errors originating inside standard function implementations under `runtime/functions/*`.
8-
- `T-CORE-XXXXXX`: Errors originating from core runtime infrastructure (`engine`, `handler`, type conversion, app-layer mapping).
8+
- `T-CORE-XXXXXX`: Errors originating from core runtime infrastructure (`engine`, `handler`,
9+
type conversion, app-layer mapping).
910
- `T-PROV-XXXXXX`: Errors originating from provider integrations (transport adapters, remote runtime connectors).
1011

1112
## Code Table
@@ -37,4 +38,6 @@ This document is the canonical catalog for runtime error codes emitted by Taurus
3738

3839
## Provider Note
3940

40-
`taurus-provider` can also forward remote service errors with service-owned codes (for example codes returned inside Aquila `ExecutionResult::Error`). Those are intentionally preserved instead of remapped, so they are not enumerated as static Taurus provider codes here.
41+
`taurus-provider` can also forward remote service errors with service-owned codes (for example
42+
codes returned inside Aquila `ExecutionResult::Error`). Those are intentionally preserved instead of remapped,
43+
so they are not enumerated as static Taurus provider codes here.

docs/installation.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,3 @@ Set `MODE=dynamic` when the IDE is required/needed.
101101
| `AQUILA_TOKEN` | Token used by Taurus to authenticate with Aquila. | `token` |
102102
| `DEFINITIONS` | Path to the runtime definition modules. | `./definitions` |
103103
| `RUNTIME_STATUS_UPDATE_INTERVAL_SECONDS` | Interval (in seconds) of updating the current runtime status. | `30s` |
104-
105-

0 commit comments

Comments
 (0)