adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateSimilarImagesV3AsyncErrors

    type GenerateSimilarImagesV3AsyncErrors = {
        "400": ApiError;
        "403": ApiError;
        "408": ApiError;
        "413": string;
        "415": ApiError;
        "422": ValidationErrorResponse;
        "429": ApiError;
        "500": ApiError;
    }
    Index

    Properties

    Properties

    "400": ApiError

    Bad Request

    "403": ApiError

    Forbidden

    "408": ApiError

    Request Timeout

    "413": string

    Request Entity Too Large

    "415": ApiError

    Unsupported Media Type

    Unprocessable Entity

    "429": ApiError

    Too Many Requests

    "500": ApiError

    Internal Server Error