isInvalidProjectConfig property
Returns true if this is an invalid project configuration error.
This error occurs when the organization ID, project ID, or public key are invalid or missing.
Implementation
bool get isInvalidProjectConfig => code == 'INVALID_PROJECT_CONFIG';