Interface ResponseMapCommand

Generated

from protobuf message SC2APIProtocol.ResponseMapCommand

interface ResponseMapCommand {
    error?: ResponseMapCommand_Error;
    errorDetails?: string;
}

Properties

Generated

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

errorDetails?: string

Generated

from protobuf field: optional string error_details = 2;

Generated using TypeDoc