Skip to content

Commit 27f30ac

Browse files
authored
Update problem-detail.md
1 parent 201c6b5 commit 27f30ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/problem-detail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ When building REST API backends, developers often create custom wrappers, such a
66

77
Another widely accepted format is **Problem Details for HTTP APIs**(also known as Problem Details), standardized by the IETF as [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457.html). Problem Details defines a consistent, human-friendly, and readable structure for representing error conditions in HTTP responses. This specification enables clients to interpret and handle errors uniformly, simplifying integration and improving interoperability across different systems.
88

9-
Finally, Spring 6 adds native support for ProblemDetails, making it easier for developers to adopt this consistent error format in their applications.
9+
Spring 6 adds native support for ProblemDetails, making it easier for developers to adopt this consistent error format in their applications.
1010

1111
Let’s take a closer look at the new [`ProblemDetail`](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/ProblemDetail.html) class introduced in Spring 6. This POJO includes several fields defined by RFC 9457:
1212

0 commit comments

Comments
 (0)