+

Search Tips | Advanced Search


WLProcedureInvocationResult Class Reference

Inherits from NSObject
Declared in WLProcedureInvocationResult.h

This class contains the result of calling a back-end service, including statuses and data items that the adapter function retrieves from the server.


Tasks

        response
      	
      	property
      	
      
      	
      		

        – isSuccessful
        	
        	
        	
        
        	
        		


        Properties


        response

        This property is an NSDictionary, which represents the JSON response that the IBM MobileFirst Platform Server returns.

          @property (nonatomic, readonly) NSDictionary *response
          
              
          	
          	
          	
          	
          	
          	
          	
          	
          	
          	
          	
          	
          	
          	
          


          Declared In

          WLProcedureInvocationResult.h


          Instance Methods


          isSuccessful

          This method returns YES if the call was successful, and NO otherwise.

            - (BOOL)isSuccessful
            
                
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            	
            


            Declared In

            WLProcedureInvocationResult.h


            procedureInvocationErrors

            This method returns an NSArray of applicative error messages that the server collects during the procedure call.

              - (NSArray *)procedureInvocationErrors
              
                  
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              	
              


              Declared In

              WLProcedureInvocationResult.h


              © Copyright IBM Corp. 2017