WriteError original bulk operation index.
()
| 372 | |
| 373 | /** WriteError original bulk operation index. */ |
| 374 | get index(): number { |
| 375 | return this.err.index; |
| 376 | } |
| 377 | |
| 378 | /** WriteError message. */ |
| 379 | get errmsg(): string | undefined { |
no outgoing calls
no test coverage detected