@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DocumentCreationFailureDetail

    type DocumentCreationFailureDetail = {
        detail?: string;
        fileName?: string;
        status?: number;
        title?: string;
    }
    Index

    Properties

    detail?: string

    A human-readable explanation specific to this occurrence of the problem.

    fileName?: string

    The name of the file that failed to upload.

    status?: number

    The HTTP status code of the failure.

    title?: string

    A short, human-readable summary of the problem type.