1234567
class PrimerError extends Error { errorId: string; errorCode?: string; description: string; recoverySuggestion?: string; diagnosticsId?: string;}
typescript
copy
Properties
errorId
stringRequirederrorCode
stringdescription
stringRequiredrecoverySuggestion
stringdiagnosticsId
stringExposed error Ids and error codes
Please check the Android-specific and the iOS-specific error ids and codes.