cancel
Showing results for 
Search instead for 
Did you mean: 

iOS API bug report. E00055 response.responseReasonText is null

When I try to register device that is pending for approval I get the error:

E00055: The mobile device has already been registered but is pending approval by the account administrator.

 

The response.responseReasonText is null, in debugger on mouse over I see <Invalid CFStringRef>.

Workaround: get data from  response.anetApiResponse.messages.messageArray[0].code/text/description

alina_kh
Member
1 REPLY 1

It is actually expected that the responseReasonText would be null in this situation.  This field normally contains the results of an attempt to process a transaction.  In this situation, no transaction has been attempted and it is necessary to look at the API response message.

Trevor
Administrator Administrator
Administrator