VLDServerResponse

@interface VLDServerResponse : VLDModel

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

  • Code returned from the server

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *code
  • Message returned from the server

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *message
  • Errors returned from the server

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *errors
  • Activity ID of the submitted record

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *activityID