Interface: APIProblemDetails
Defined in: particiapp-web-client.js:29
The APIProblemDetails type represents a Problem Details JSON Object (RFC 9457) returned by the Particiapi server.
Properties
detail?
optional detail: string;
Defined in: particiapp-web-client.js:34
title?
optional title: string;
Defined in: particiapp-web-client.js:33
type?
optional type: string;
Defined in: particiapp-web-client.js:32