Interface: AISecSDKProblemDetails
Defined in: src/errors.ts:22
Sanitized RFC 7807 diagnostics. Unknown text is withheld because servers may echo payloads.
Properties
title?
optional title?: string;
Defined in: src/errors.ts:23
detail?
optional detail?: string;
Defined in: src/errors.ts:24
errors?
optional errors?: {
property: string;
reason: string;
}[];
Defined in: src/errors.ts:25
property
property: string;
reason
reason: string;
redacted
redacted: boolean;
Defined in: src/errors.ts:27
At least one field was withheld or the field-error list was truncated.