| 145 | |
| 146 | /** Valid credential, but the principal belongs to no organization. Renders 403. */ |
| 147 | export class NoOrganization extends Schema.TaggedErrorClass<NoOrganization>()( |
| 148 | "NoOrganization", |
| 149 | renderHints, |
| 150 | { httpApiStatus: 403 }, |
nothing calls this directly
no outgoing calls
no test coverage detected