ErrorResponse
Type: object
Version: 1.0
Standard error response following RFC 7807 Problem Details format.
Fields
| Name | Type | Description | Source |
|---|---|---|---|
Type |
string (uri) | URI reference identifying the problem type | - |
Title |
string | Short human-readable summary of the problem | - |
Status |
integer (int32) | HTTP status code | - |
Detail |
string | Human-readable explanation specific to this occurrence | - |
Instance |
string (uri) | URI reference identifying the specific occurrence | - |
TraceId |
string (correlation-id) | Correlation ID for distributed tracing | - |