| 93 | |
| 94 | /** Valid credential, but the principal belongs to no organization. Renders 403. */ |
| 95 | export class NoOrganization extends Schema.TaggedErrorClass<NoOrganization>()( |
| 96 | "NoOrganization", |
| 97 | renderHints, |
| 98 | { httpApiStatus: 403 }, |
nothing calls this directly
no outgoing calls
no test coverage detected