SendLogsBatchOutcome

Example values

TypeScript
{
kind: 'ok';
} | {
kind: 'too-large';
} | {
kind: 'retry-later';
error: unknown;
} | {
kind: 'fatal';
error: unknown;
}

Community questions

Questions about this page? or post a community question.