Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Failure<E>

Interface used to represent any failure requesting a remote datasource It can be used to represent and store

  1. an http error
  2. a value decoding/validation error
  3. a computation error on the retrieved data

Type parameters

  • E

    the expected error type

Hierarchy

  • Failure

Index

Properties

Properties

_tag

_tag: "Failure"

failure

failure: E

Generated using TypeDoc