adobe-firefly-sdk
    Preparing search index...

    Type Alias InputValidationError

    InputValidationError

    Any errors reported for the requested output.

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

    Properties

    code?: string

    The error code.

    Details of the error returned.

    title?: string

    Description of the error.

    type?: string

    Type of the error.