Skip to main content

Documentation Index

Fetch the complete documentation index at: https://primer.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.