adobe-firefly-sdk
    Preparing search index...

    Type Alias ApiErrorGeneric

    ApiErrorGeneric

    The error within the error response for non-400 failure responses.

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

    Properties

    error_code?: string

    The error code.

    message?: string

    Message

    A human-readable error message.