class PrimerError extends Error { errorId: string; errorCode?: string; description: string; recoverySuggestion?: string; diagnosticsId?: string; }
Hide child attributes
A unique error identifier.
A unique error code.
A error description.
A recovery suggestion for the given error. In case it’s present, use it to try to recover from error.
A unique diagnostics id for the given error.
Please check the Android-specific and the iOS-specific error ids and codes.