Interface ResponseStartReplay

Generated

from protobuf message SC2APIProtocol.ResponseStartReplay

interface ResponseStartReplay {
    error?: ResponseStartReplay_Error;
    errorDetails?: string;
}

Properties

Generated

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

errorDetails?: string

Generated

from protobuf field: optional string error_details = 2;

Generated using TypeDoc