LastReportGenerationExecutionError constructor
LastReportGenerationExecutionError({
- UsageReportExecutionErrorCode? errorCode,
- String? errorMessage,
Implementation
LastReportGenerationExecutionError({
this.errorCode,
this.errorMessage,
});