| 29 | ) {} |
| 30 | |
| 31 | export class AccountForbidden extends Schema.TaggedErrorClass<AccountForbidden>()( |
| 32 | "AccountForbidden", |
| 33 | { message: Schema.optional(Schema.String) }, |
| 34 | { httpApiStatus: 403 }, |
nothing calls this directly
no outgoing calls
no test coverage detected