UnsealAggregateError constructor
Creates an instance of UnsealAggregateError.
Implementation
UnsealAggregateError({
required super.message,
required super.statusCode,
super.errorData, // Pass errorData to the parent class
});
Creates an instance of UnsealAggregateError.
UnsealAggregateError({
required super.message,
required super.statusCode,
super.errorData, // Pass errorData to the parent class
});