This document contains advice on how to troubleshoot the occurred errors.
-
Objective-C:
NSError
object extended to contain additional SDK error details withinuserInfo
field:{ "sdk_message": string, "sdk_full_message": string, "sdk_cause": string, "sdk_backtrace": string, }
-
Java:
VcxException
class contains additional SDK error details:{ "sdkErrorCode": int, "sdkMessage": string, "sdkFullMessage": string, "sdkCause": string, "sdkBacktrace": string, }
-
Configure SDK logging in your application. After doing that you should be able to see log records from SDK.
-
Find occurred error details in the log. It should contain either
VcxError
orIndyError
substrings. -
Look for more information about occurred error in Errors and FAQ documents.
-
If you are not able to solve the error by yourself contact Evernym at support@evernym.com. Please attach the log file to your message.