Type Alias: DocumentCreationFailureDetail
type DocumentCreationFailureDetail = object;
Defined in: gen/types.gen.ts:2289
Properties
detail?
optional detail: string;
Defined in: gen/types.gen.ts:2305
A human-readable explanation specific to this occurrence of the problem.
fileName?
optional fileName: string;
Defined in: gen/types.gen.ts:2293
The name of the file that failed to upload.
status?
optional status: number;
Defined in: gen/types.gen.ts:2297
The HTTP status code of the failure.
title?
optional title: string;
Defined in: gen/types.gen.ts:2301
A short, human-readable summary of the problem type.