details property

List<String> details
final

One entry per errors[] element, already flattened to readable text. Empty when the body was not the JSON:API error shape — a gateway error, say — in which case status is all there is.

Implementation

final List<String> details;