| 170 | |
| 171 | /** Valid credential, but the principal belongs to no organization. Renders 403. */ |
| 172 | export class NoOrganization extends Schema.TaggedErrorClass<NoOrganization>()( |
| 173 | "NoOrganization", |
| 174 | renderHints, |
| 175 | { httpApiStatus: 403 }, |
nothing calls this directly
no outgoing calls
no test coverage detected