Searched refs:ErrorEvent (Results 1 – 3 of 3) sorted by relevance
42 export function reportError(err: ErrorEvent|PromiseRejectionEvent|{}) {46 if (err instanceof ErrorEvent) {
67 class ErrorEvent : public GrpcEvent { class69 explicit ErrorEvent(Status status) : GrpcEvent(EventId{0, 0}, nullptr) { in ErrorEvent() function in tpu_driver::__anon4073f9c10111::ErrorEvent870 auto event = std::make_shared<ErrorEvent>( in LoadProgram()907 return std::make_shared<ErrorEvent>( in ExecuteProgram()918 return std::make_shared<ErrorEvent>(xla::InvalidArgument( in ExecuteProgram()928 return std::make_shared<ErrorEvent>(xla::InvalidArgument( in ExecuteProgram()
64 class ErrorEvent : public PodEvent { class66 explicit ErrorEvent(PodTpuDriver* driver, int64_t operation_id, Status status) in ErrorEvent() function in tpu_driver::__anon6b014a980111::ErrorEvent934 return std::make_shared<ErrorEvent>( in CheckHandleExists()