adobe-firefly-sdk
    Preparing search index...

    Type Alias JobResultV2Errors

    type JobResultV2Errors = {
        "400": { jobId: string; statusUrl: string };
        "401": { jobId: string; statusUrl: string };
        "403": { jobId: string; statusUrl: string };
        "404": { jobId: string; statusUrl: string };
        "405": { jobId: string; statusUrl: string };
        "422": { jobId: string; statusUrl: string };
        "429": { jobId: string; statusUrl: string };
        "500": { jobId: string; statusUrl: string };
    }
    Index

    Properties

    Properties

    "400": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.

    "401": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.

    "403": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.

    "404": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.

    "405": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.

    "422": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.

    "429": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.

    "500": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.