adobe-firefly-sdk
    Preparing search index...

    Type Alias JobResultV3Errors

    type JobResultV3Errors = {
        "401": ApiErrorGeneric;
        "403": ApiErrorGeneric;
        "404": ApiErrorGeneric;
        "422": ValidationErrorResponse;
        "429": ApiErrorGeneric;
        "500": ApiErrorGeneric;
        "503": ApiErrorGeneric;
    }
    Index

    Properties

    Properties

    Unauthorized

    Forbidden

    Requested Resource Was Not Found

    Unprocessable Entity

    Too Many Requests

    Internal Server Error

    Service Unavailable