错误域= NSCocoaErrorDomain代码= 3840"操作无法完成

时间:2015-12-08 06:56:37

标签: ios objective-c json web-services

我正在尝试获取json api的响应,但我在代码中发现了这种类型的错误,请帮我理清这个

  

错误:错误域= NSCocoaErrorDomain代码= 3840"操作   无法完成。 (可可误差3840。)" (JSON文本没有开始   使用数组或对象以及允许未设置片段的选项。)   UserInfo = 0x7fed834422c0 {NSDebugDescription = JSON文本未启动   使用数组或对象以及允许未设置片段的选项。   NSUnderlyingError = 0x7fed837c2790"请求失败:内部服务器   错误(500)"}

private void WriteModeOn(){
    writeMode = true;
if(adapter==null)
{
adapter = NfcAdapter.getDefaultAdapter(this);
}
adapter.enableForegroundDispatch(this, pendingIntent, writeTagFilters, null);
 }

0 个答案:

没有答案