GraphQL OBJECT

ErrorLogEntrySearchResult

Error log entries that match the search parameters.

link Definition

  • type ErrorLogEntrySearchResult {
  • # List of results that match the search parameters.
  • errorLogs: [ErrorLogEntrySearchResultItem]
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean
  • # Indicates whether the result is truncated.
  • isExceedingLimit: Boolean! @deprecated( reason: "Field renamed, please use 'isTruncated' instead" )
  • }

link Required by