DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
In an RFC 9457 problem response, what's the difference between 'title' and 'detail'?
A
They're interchangeable, no real distinction
B
'title' should be a stable, consistent summary for a given error 'type'; 'detail' is the request-specific explanation
C
'title' is always a number, 'detail' is always a string
D
'detail' is deprecated in favor of 'title'
Check Answer