ResponseError constructor
ResponseError({})
Implementation
ResponseError({
required super.message,
required this.statusCode,
this.statusMessage,
this.responseHeaders,
this.responseData,
super.requestOptions,
super.stackTrace,
super.originalError,
super.timestamp,
});