TransportStatus
Type Alias: TransportStatus
Section titled “Type Alias: TransportStatus”TransportStatus = {
name:string;ok:true; } | {error:unknown;name:string;ok:false; }
Defined in: types.ts:132
Result of flushing a single transport. Returned by logger.flush() so
callers can detect partial-drain failures (e.g. before exiting a serverless
handler) instead of treating “the promise resolved” as success.