Interface ResponseCreateGame

Generated

from protobuf message SC2APIProtocol.ResponseCreateGame

interface ResponseCreateGame {
    error?: ResponseCreateGame_Error;
    errorDetails?: string;
}

Properties

Generated

from protobuf field: optional SC2APIProtocol.ResponseCreateGame.Error error = 1;

errorDetails?: string

Generated

from protobuf field: optional string error_details = 2;

Generated using TypeDoc