ReportErrorInput is an input datatype for warnings or errors from the results of a scheduled report. It's used by the ScheduledReportResultFailedInput datatype, which in turn is used by the scheduledReportResultFailed() mutation field.

Table: ReportErrorInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 19, 2024
errorMessagestringyes Long-TermThe error message.
errorTypestringyes Long-TermThe type of error. Supported values are Error or Warning.