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

    Interface TrialLimitExceededError

    Any errors reported in the requested output.

    interface TrialLimitExceededError {
        code?: string;
        details?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    code?: string

    The error code.

    details?: string

    The details of the error returned.

    title?: string

    The error description.

    type?: string

    The error type.