adobe-firefly-sdk
    Preparing search index...

    Type Alias InputValidationErrorDetail

    InputValidationErrorDetail

    Details of the input validation error returned.

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

    Properties

    allowedValues?: string

    The name of the input parameter.

    reason?: string

    The reason for the error.