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

    Interface InputValidationErrorDetail

    Details of the input validation error returned.

    interface InputValidationErrorDetail {
        allowedValues?: string;
        reason?: string;
    }
    Index

    Properties

    allowedValues?: string

    The name of the input parameter.

    reason?: string

    The reason for the error.