@maschinenlesbar.org/fim-portal-cli
    Preparing search index...

    Interface ApiErrorBody

    Shape of the detail body returned by the API on error responses.

    interface ApiErrorBody {
        detail: string;
    }
    Index
    detail: string