| 172 | /** A connection's value could not be resolved — the provider returned nothing, |
| 173 | * or an OAuth token refresh failed and the user must re-auth. */ |
| 174 | export class CredentialResolutionError extends Schema.TaggedErrorClass<CredentialResolutionError>()( |
| 175 | "CredentialResolutionError", |
| 176 | { |
| 177 | owner: Owner, |
nothing calls this directly
no outgoing calls
no test coverage detected