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

    Interface InputValidationError

    Any errors reported in the requested output.

    interface InputValidationError {
        code?: string;
        details?: InputValidationErrorDetail[];
        title?: string;
        type?: string;
    }
    Index

    Properties

    code?: string

    The error code.

    The details of the error returned.

    title?: string

    The error description.

    type?: string

    The error type.