Circle V2 API Docs
    Preparing search index...
    type GenerateSessionCodesResult = {
        failed: SessionCodeType[];
        generated: SessionCodeType[];
    }
    Index

    Properties

    Properties

    failed: SessionCodeType[]

    Code types that were enabled by the template but failed.

    generated: SessionCodeType[]

    Code types successfully generated and saved.