Function: tryDescribeGoogleDriveApiError()
function tryDescribeGoogleDriveApiError(error: unknown): string | undefined;
Defined in: electron/services/cloud/providers/googleDrive/googleDriveErrorSchemas.ts:39
Best-effort extraction of a concise Google Drive API error detail string.
Parameters
error
unknown
Returns
string | undefined