Saxonberg Server API
    Preparing search index...

    Interface CraftFailure

    interface CraftFailure {
        detail?: string;
        ok: false;
        reason: CraftDeclineReason;
    }
    Index

    Properties

    Properties

    detail?: string

    Optional detail — the missing capability, the understocked category.

    ok: false