| 15 | * re-resolve: `code: 40902 + data: { resolved: false }`). |
| 16 | */ |
| 17 | export class EnvelopeError<T = unknown> extends Error { |
| 18 | readonly code: number; |
| 19 | readonly reason: string; |
| 20 | readonly requestId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected