adobe-firefly-sdk
    Preparing search index...

    Type Alias InputValidationErrorDetails

    InputValidationErrorDetails

    Details of the input validation error returned.

    type InputValidationErrorDetails = {
        allowedValues?: string;
        reason?: string;
    }
    Index

    Properties

    allowedValues?: string

    Comma-separated list of allowed values for the input parameter.

    reason?: string

    Reason for the error.