Description
Gets the response status description.
Applies to
TokenResponse objects
Syntax
objectname.GetStatusText ( )
| 
                                                 
                                  Argument  | 
                              
                                                 
                                  Description  | 
                           
|---|---|
| 
                                                 
                                  objectname  | 
                              
                                                 
                                  A reference to the TokenResponse object in which you want to get the response status description.  | 
                           
Return value
String.
Returns the response status description.
Examples
The following example shows the use of the GetStatusText function to get the response status text:
string ls_statustext TokenResponse lnv_TokenResponse ls_statustext = lnv_TokenResponse.getstatustext( )
See also
Description
Gets the response status description.
Applies to
ResourceResponse objects
Syntax
objectname.GetStatusText ( )
| 
                                                 
                                  Argument  | 
                              
                                                 
                                  Description  | 
                           
|---|---|
| 
                                                 
                                  objectname  | 
                              
                                                 
                                  A reference to the ResourceResponse object in which you want to get the response status description.  | 
                           
Return value
String.
Returns the response status description.
Examples
The following example shows the use of the GetStatusText function to get the response status text:
string ls_statustext ResourceResponse lnv_ResourceResponse ls_statustext = lnv_ResourceResponse.getstatustext( )
See also


