videosphere
    Preparing search index...

    Failure result when a key-slot change cannot complete.

    type ChangeLivestreamKeySlotFailure = {
        ok: false;
        details: string;
        statusCode: 400 | 404 | 409 | 502;
    }
    Index

    Properties

    Properties

    ok: false
    details: string

    Human-readable failure reason.

    statusCode: 400 | 404 | 409 | 502

    HTTP status for API routes (502 indicates a YouTube upstream error).