Vairified TypeScript SDK - v0.3.1
    Preparing search index...

    Class MatchBatchResult

    Result of a MatchesResource.submit call.

    success is true only when every match in the batch was accepted. Check errors for per-match validation failures.

    Index

    Accessors

    Constructors

    Methods

    Properties

    success: boolean
    numMatches: number
    numGames: number
    dryRun: boolean | null
    message: string | null
    errors: readonly string[] | null