adobe-firefly-sdk
    Preparing search index...

    Type Alias ErrorResponse

    type ErrorResponse = {
        error_code: string;
        message: string;
        messageId?: string;
    }
    Index

    Properties

    error_code: string

    The error code returned with the response.

    message: string

    The error message returned with the response.

    messageId?: string

    The error message ID returned with the response.