Skip to main content

object

ProblemDetails

LLM
View as Markdown
Open llms.txt

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

Properties

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

Related operations