DeepSeekException constructor

DeepSeekException(
  1. String message, {
  2. int? statusCode,
  3. String? type,
  4. String? param,
  5. String? code,
})

Implementation

DeepSeekException(this.message,
    {this.statusCode, this.type, this.param, this.code});