| 172 | * them debugging the wrong thing. The message names the actual constraint. |
| 173 | */ |
| 174 | export class ReadOnlyCredential extends Schema.TaggedErrorClass<ReadOnlyCredential>()( |
| 175 | "ReadOnlyCredential", |
| 176 | renderHints, |
| 177 | { httpApiStatus: 403 }, |
nothing calls this directly
no outgoing calls
no test coverage detected