| 197 | * them debugging the wrong thing. The message names the actual constraint. |
| 198 | */ |
| 199 | export class ReadOnlyCredential extends Schema.TaggedErrorClass<ReadOnlyCredential>()( |
| 200 | "ReadOnlyCredential", |
| 201 | renderHints, |
| 202 | { httpApiStatus: 403 }, |
nothing calls this directly
no outgoing calls
no test coverage detected