1234567
class PrimerError extends Error {  errorId: string;  errorCode?: string;  description: string;  recoverySuggestion?: string;  diagnosticsId?: string;}
typescript
copy

Properties

errorId
stringRequired
A unique error identifier.
errorCode
string
A unique error code.
description
stringRequired
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.

Exposed error Ids and error codes

Please check the Android-specific and the iOS-specific error ids and codes.