Step into Swift logo

What is the Error Operator in RxSwift?

Error Operator

RxSwift: Error Operator

  • Emits no elements and a single .error event.
  • Useful for describing the failure of a process such as saving something.

< All Posts