summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGenericResponse.h
blob: 953d24943190f8f1259628009b8a655388d3200b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  SDLGenericResponse.h
//


#import "SDLRPCResponse.h"

/**
 Generic Response is sent when the name of a received request is unknown. It is only used in case of an error. It will have an INVALID_DATA result code.
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLGenericResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END