ErrorResponseModel constructor
- required String code,
- required String message,
- required String traceId,
- List<
ErrorDetail> details = const <ErrorDetail>[],
Implementation
const ErrorResponseModel({required this.code, required this.message, required this.traceId, this.details = const <ErrorDetail>[]});