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

    Interface DarajaErrorContext

    interface DarajaErrorContext {
        raw?: unknown;
        requestId?: string;
        resultCode?: number;
        resultDesc?: string;
        scope?: DarajaScope;
    }
    Index

    Properties

    raw?: unknown

    Raw response payload, for debugging.

    requestId?: string

    Daraja request/conversation id, for support correlation.

    resultCode?: number

    Daraja ResultCode for an async/transaction failure.

    resultDesc?: string

    Daraja ResultDesc — exposed verbatim, never reinterpreted.

    scope?: DarajaScope

    Which API produced this — selects the proven per-scope catalog entry.