export interface SourceStreamErrorArgs { error: any; emitError: (error: any) => void; }