* Adds a listener for any unhanded status code or error. * @param callback Callback to call when an unhandled status code is received
(callback: (data: { [K in keyof T]: { error: false, code: K, data: T[K] } }[keyof T] | { error: true, data: unknown }) => void)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected