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

    Interface InputValidationError

    any errors reported requested output

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

    Properties

    code?: string

    error code

    Details of the error returned

    title?: string

    error description

    type?: string

    error type