@musallam/firefly-client
    Preparing search index...

    Interface ApiErrorGeneric

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

    interface ApiErrorGeneric {
        error_code?: string;
        message?: string;
    }
    Index

    Properties

    error_code?: string

    The error code.

    message?: string

    A human-readable error message.