mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
14 lines
303 B
YAML
14 lines
303 B
YAML
type: object
|
|
description: Structured error response with type and message
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: Error type identifier
|
|
example: gateway-error
|
|
message:
|
|
type: string
|
|
description: Human-readable error message
|
|
example: Timeout
|
|
required:
|
|
- type
|
|
- message
|