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