MCPcopy
hub / github.com/learnhouse/learnhouse / EELicenseDetail

Interface EELicenseDetail

apps/web/components/Admin/EELicenseError.tsx:6–9  ·  view source on GitHub ↗

Shape of the FastAPI detail for a deactivated EE license.

Source from the content-addressed store, hash-verified

4
5/** Shape of the FastAPI detail for a deactivated EE license. */
6interface EELicenseDetail {
7 error: 'ee_license_inactive'
8 reason: string
9}
10
11/**
12 * Detect the deactivated-EE-license error thrown by `apiFetch` / `errorHandling`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected