SentryErrorCollection

class Object
trait Matchable
class Any

Value members

Concrete methods

def detailedError[A](id: GitlabErrorTrackingDetailedErrorID)(innerSelection: SelectionBuilder[SentryDetailedError, A]): SelectionBuilder[SentryErrorCollection, Option[A]]

Detailed version of a Sentry error on the project.

Detailed version of a Sentry error on the project.

def errorStackTrace[A](id: GitlabErrorTrackingDetailedErrorID)(innerSelection: SelectionBuilder[SentryErrorStackTrace, A]): SelectionBuilder[SentryErrorCollection, Option[A]]

Stack Trace of Sentry Error.

Stack Trace of Sentry Error.

def errors[A](searchTerm: Option[String], sort: Option[String], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[SentryErrorConnection, A]): SelectionBuilder[SentryErrorCollection, Option[A]]

Collection of Sentry Errors.

Collection of Sentry Errors.

def externalUrl: SelectionBuilder[SentryErrorCollection, Option[String]]

External URL for Sentry.

External URL for Sentry.