| 34 | * typed signal instead of driver strings. |
| 35 | */ |
| 36 | export class StorageConnectionError extends Data.TaggedError("StorageConnectionError")<{ |
| 37 | readonly message: string; |
| 38 | readonly label: string; |
| 39 | readonly code: string; |
nothing calls this directly
no outgoing calls
no test coverage detected