VLDServerResponse Class Reference

Inherits from VLDModel : NSObject
Declared in VLDServerResponse.h

Overview

VLDServerResponse class contains the code, messages and errors returned by the server along with the Activity ID of the submitted record

  code

Code returned from the server

@property (nonatomic, strong) NSNumber *code

Discussion

Code returned from the server

Declared In

VLDServerResponse.h

  message

Message returned from the server

@property (nonatomic, copy) NSString *message

Discussion

Message returned from the server

Declared In

VLDServerResponse.h

  errors

Errors returned from the server

@property (nonatomic, copy) NSString *errors

Discussion

Errors returned from the server

Declared In

VLDServerResponse.h

  activityID

Activity ID of the submitted record

@property (nonatomic, copy) NSString *activityID

Discussion

Activity ID of the submitted record

Declared In

VLDServerResponse.h