adobe-firefly-sdk
    Preparing search index...

    Type Alias ErrorBody

    The error response object.

    type ErrorBody = {
        error_code: string;
        message: string;
    }
    Index

    Properties

    Properties

    error_code: string

    Associated error code.

    message: string

    The error message.