TYPESCRIPT
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
class PrimerError extends Error {
errorId: string;
errorCode?: string;
description: string;
recoverySuggestion?: string;
diagnosticsId?: string;
}
Hide child attributes