RequestError constructor
RequestError(
- RequestErrorCode code,
- String message, {
- String? stackTrace,
Implementation
RequestError(this.code, this.message, {this.stackTrace});