ErrorStatus<T, S> constructor

const ErrorStatus<T, S>([
  1. S? error
])

Implementation

const ErrorStatus([this.error]);