adobe-firefly-sdk
    Preparing search index...

    Type Alias JobOutputDetails

    JobOutputDetails

    type JobOutputDetails = {
        _links?: Links;
        details?: string;
        input?: string;
        status?: JobStatus;
    }
    Index

    Properties

    _links?: Links
    details?: string

    Description of the exact error that is reported by the requested job. Will appear in the response only if there is an error.

    input?: string

    The original input file path.

    status?: JobStatus