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

    Interface JobError

    Any errors reported in the requested output.

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

    Properties

    code?: string

    The error code.

    details?: ErrorDetails[]

    The details of the error returned.

    error_code?: string

    The internal error code.

    title?: string

    The error description.

    type?: string

    The error type.