@musallam/lightroom-client
    Preparing search index...

    Interface JobError

    any errors reported requested output

    interface JobError {
        code?: string;
        details?: ErrorDetails[];
        title?: string;
        type?: string;
    }
    Index

    Properties

    code?: string

    error code

    details?: ErrorDetails[]

    Details of the error returned

    title?: string

    error description

    type?: string

    error type