Skip to main content

Interface: TemplateErrorLogSearchInput

Defined in: type/TemplateErrorLogSearchInput.ts:6

Search criteria for filtering template error logs

Properties

dateFrom?

optional dateFrom?: string

Defined in: type/TemplateErrorLogSearchInput.ts:12

Filter errors from this date


dateTo?

optional dateTo?: string

Defined in: type/TemplateErrorLogSearchInput.ts:14

Filter errors until this date


errorTypes?

optional errorTypes?: TemplateErrorType[]

Defined in: type/TemplateErrorLogSearchInput.ts:8

Filter by error types


offset

offset: number

Defined in: type/TemplateErrorLogSearchInput.ts:16

Number of items per page


page

page: number

Defined in: type/TemplateErrorLogSearchInput.ts:18

Page number


sortInputs?

optional sortInputs?: TemplateErrorLogSortInput[]

Defined in: type/TemplateErrorLogSearchInput.ts:20

Sort criteria


templateIds?

optional templateIds?: string[]

Defined in: type/TemplateErrorLogSearchInput.ts:10

Filter by template IDs