DigiaUIStatus.error constructor

const DigiaUIStatus.error(
  1. Object error, [
  2. StackTrace? stackTrace
])

Creates an error status with error details and optional stack trace

Implementation

const DigiaUIStatus.error(Object error, [StackTrace? stackTrace])
    : this._(state: DigiaUIState.error, error: error, stackTrace: stackTrace);