@kepas/daraja-js
    Preparing search index...

    Interface CatalogEntry

    interface CatalogEntry {
        authoredMessage?: string;
        canonicalMeaning: string;
        code: string;
        codeType: CodeType;
        errorClass?: DarajaErrorClassName;
        proof: ProofRef[];
        retriable: boolean;
        scope: DarajaScope;
        success: boolean;
        terminal: boolean;
    }
    Index

    Properties

    authoredMessage?: string

    Actionable, human message. Present only when proven.

    canonicalMeaning: string

    Short factual meaning.

    code: string

    Always a string ('0', '00', '1037', 'SFC_IC0003', 'C2B00012', '1000').

    codeType: CodeType
    proof: ProofRef[]
    retriable: boolean
    success: boolean
    terminal: boolean