| 46 | * typed signal instead of driver strings. |
| 47 | */ |
| 48 | export class StorageConnectionError extends Data.TaggedError("StorageConnectionError")<{ |
| 49 | readonly message: string; |
| 50 | readonly label: string; |
| 51 | readonly code: string; |
nothing calls this directly
no outgoing calls
no test coverage detected