adobe-firefly-sdk
    Preparing search index...

    Type Alias FailedResponse

    Generic error response object.

    type FailedResponse = {
        error_code?: string;
        message?: string;
    }
    Index

    Properties

    error_code?: string
    message?: string