# ProblemDetails

Type: object

RFC 9457 Problem Details response with a stable Flownally error code.

## Properties

- `type` (string, required) - URI reference identifying the problem type
- `title` (string, required) - Short human-readable summary of the problem
- `status` (integer, required) - HTTP status code
- `detail` (string, optional) - Human-readable explanation specific to this occurrence
- `instance` (string, optional) - URI reference identifying the specific occurrence
- `code` (string, optional) - Stable machine-readable reason code.
- `traceId` (string, optional) - W3C Trace Context traceparent header value for support correlation.
- `errors` (array<FieldViolation>, optional) - RFC 9457 §3 extension — field-level violations for validation errors.
- `messagingWindow` (Window, optional)

