TYPESCRIPT
class PrimerError extends Error {
  errorId: string;
  errorCode?: string;
  description: string;
  recoverySuggestion?: string;
  diagnosticsId?: string;
}

Properties

Exposed error Ids and error codes

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