adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateReframedVideoV2Errors

    type GenerateReframedVideoV2Errors = {
        "400": { error_code: string; message: string };
        "401": { error_code: string; message: string };
        "403": { error_code: string; message: string };
        "404": { error_code: string; message: string };
        "405": { error_code: string; message: string };
        "429": { error_code: string; message: string };
        "500": { error_code: string; message: string };
    }
    Index

    Properties

    Properties

    "400": { error_code: string; message: string }

    Error response for the reframed video job.

    Type Declaration

    • error_code: string

      A code representing the specific error type.

    • message: string

      A description of the error that occurred.

    "401": { error_code: string; message: string }

    Error response for the reframed video job.

    Type Declaration

    • error_code: string

      A code representing the specific error type.

    • message: string

      A description of the error that occurred.

    "403": { error_code: string; message: string }

    Error response for the reframed video job.

    Type Declaration

    • error_code: string

      A code representing the specific error type.

    • message: string

      A description of the error that occurred.

    "404": { error_code: string; message: string }

    Error response for the reframed video job.

    Type Declaration

    • error_code: string

      A code representing the specific error type.

    • message: string

      A description of the error that occurred.

    "405": { error_code: string; message: string }

    Error response for the reframed video job.

    Type Declaration

    • error_code: string

      A code representing the specific error type.

    • message: string

      A description of the error that occurred.

    "429": { error_code: string; message: string }

    Error response for the reframed video job.

    Type Declaration

    • error_code: string

      A code representing the specific error type.

    • message: string

      A description of the error that occurred.

    "500": { error_code: string; message: string }

    Error response for the reframed video job.

    Type Declaration

    • error_code: string

      A code representing the specific error type.

    • message: string

      A description of the error that occurred.