summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVehicleDataResultCode.m
blob: cc32d3bdd8260ca2e270bf36e26f713c658d5598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//  SDLVehicleDataResultCode.m
//


#import "SDLVehicleDataResultCode.h"

SDLVehicleDataResultCode const SDLVehicleDataResultCodeSuccess = @"SUCCESS";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeTruncatedData = @"TRUNCATED_DATA";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeDisallowed = @"DISALLOWED";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeUserDisallowed = @"USER_DISALLOWED";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeInvalidId = @"INVALID_ID";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeVehicleDataNotAvailable = @"VEHICLE_DATA_NOT_AVAILABLE";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeDataAlreadySubscribed = @"DATA_ALREADY_SUBSCRIBED";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeDataNotSubscribed = @"DATA_NOT_SUBSCRIBED";
SDLVehicleDataResultCode const SDLVehicleDataResultCodeIgnored = @"IGNORED";