ThingsboardError constructor

ThingsboardError({
  1. String? message,
  2. int? errorCode,
  3. int? status,
  4. bool? refreshTokenPending,
  5. dynamic error,
})

Implementation

ThingsboardError(
    {this.message,
    this.errorCode,
    this.status,
    this.refreshTokenPending,
    this.error});