Themes

Utils/Types/HTTPProblemDetails
HTTPProblemDetails
Name
Description
Type
detail

A longer form explanation of the problem.

string
fields

If the problem was with a form request, messages are mapped to the data sent. Working Data will automatically assign these to the originating fields.

Record<string, string>
title

A human readable short title for the problem.

string