Type Alias: DocumentCreationFailureDetail
type DocumentCreationFailureDetail = object;
Properties
detail
detail: string;
A human-readable explanation specific to this occurrence of the problem.
fileName
fileName: string;
The name of the file that failed to upload.
status
status: number;
The HTTP status code of the failure.
title
title: string;
A short, human-readable summary of the problem type.