Packages

o

io.pg.gitlab.graphql

SentryDetailedError

object SentryDetailedError

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SentryDetailedError
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def count: SelectionBuilder[SentryDetailedError, Int]

    Count of occurrences

  7. def culprit: SelectionBuilder[SentryDetailedError, String]

    Culprit of the error

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def externalBaseUrl: SelectionBuilder[SentryDetailedError, String]

    External Base URL of the Sentry Instance

  11. def externalUrl: SelectionBuilder[SentryDetailedError, String]

    External URL of the error

  12. def firstReleaseLastCommit: SelectionBuilder[SentryDetailedError, Option[String]]

    Commit the error was first seen

  13. def firstReleaseShortVersion: SelectionBuilder[SentryDetailedError, Option[String]]

    Release short version the error was first seen

  14. def firstReleaseVersion: SelectionBuilder[SentryDetailedError, Option[String]]

    Release version the error was first seen

  15. def firstSeen: SelectionBuilder[SentryDetailedError, Time]

    Timestamp when the error was first seen

  16. def frequency[A](innerSelection: SelectionBuilder[SentryErrorFrequency, A]): SelectionBuilder[SentryDetailedError, List[A]]

    Last 24hr stats of the error

  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def gitlabCommit: SelectionBuilder[SentryDetailedError, Option[String]]

    GitLab commit SHA attributed to the Error based on the release version

  19. def gitlabCommitPath: SelectionBuilder[SentryDetailedError, Option[String]]

    Path to the GitLab page for the GitLab commit attributed to the error

  20. def gitlabIssuePath: SelectionBuilder[SentryDetailedError, Option[String]]

    URL of GitLab Issue

  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def id: SelectionBuilder[SentryDetailedError, String]

    ID (global ID) of the error

  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lastReleaseLastCommit: SelectionBuilder[SentryDetailedError, Option[String]]

    Commit the error was last seen

  25. def lastReleaseShortVersion: SelectionBuilder[SentryDetailedError, Option[String]]

    Release short version the error was last seen

  26. def lastReleaseVersion: SelectionBuilder[SentryDetailedError, Option[String]]

    Release version the error was last seen

  27. def lastSeen: SelectionBuilder[SentryDetailedError, Time]

    Timestamp when the error was last seen

  28. def message: SelectionBuilder[SentryDetailedError, Option[String]]

    Sentry metadata message of the error

  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def sentryId: SelectionBuilder[SentryDetailedError, String]

    ID (Sentry ID) of the error

  33. def sentryProjectId: SelectionBuilder[SentryDetailedError, String]

    ID of the project (Sentry project)

  34. def sentryProjectName: SelectionBuilder[SentryDetailedError, String]

    Name of the project affected by the error

  35. def sentryProjectSlug: SelectionBuilder[SentryDetailedError, String]

    Slug of the project affected by the error

  36. def shortId: SelectionBuilder[SentryDetailedError, String]

    Short ID (Sentry ID) of the error

  37. def status: SelectionBuilder[SentryDetailedError, SentryErrorStatus]

    Status of the error

  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def tags[A](innerSelection: SelectionBuilder[SentryErrorTags, A]): SelectionBuilder[SentryDetailedError, A]

    Tags associated with the Sentry Error

  40. def title: SelectionBuilder[SentryDetailedError, String]

    Title of the error

  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def type: SelectionBuilder[SentryDetailedError, String]

    Type of the error

  43. def userCount: SelectionBuilder[SentryDetailedError, Int]

    Count of users affected by the error

  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped