Home > @i2analyze/i2connect > spi > ProblemDetails
spi.ProblemDetails type
The contents of the result of a failed HTTP request.
Signature:
export type ProblemDetails = {
detail?: string;
instance?: string;
status?: number;
title?: string;
type?: string;
};