Packages

o

io.pg.gitlab.graphql

SentryError

object SentryError

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SentryError
  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[SentryError, Int]

    Count of occurrences

  7. def culprit: SelectionBuilder[SentryError, 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 externalUrl: SelectionBuilder[SentryError, String]

    External URL of the error

  11. def firstSeen: SelectionBuilder[SentryError, Time]

    Timestamp when the error was first seen

  12. def frequency[A](innerSelection: SelectionBuilder[SentryErrorFrequency, A]): SelectionBuilder[SentryError, List[A]]

    Last 24hr stats of the error

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def id: SelectionBuilder[SentryError, String]

    ID (global ID) of the error

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lastSeen: SelectionBuilder[SentryError, Time]

    Timestamp when the error was last seen

  18. def message: SelectionBuilder[SentryError, Option[String]]

    Sentry metadata message of the error

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def sentryId: SelectionBuilder[SentryError, String]

    ID (Sentry ID) of the error

  23. def sentryProjectId: SelectionBuilder[SentryError, String]

    ID of the project (Sentry project)

  24. def sentryProjectName: SelectionBuilder[SentryError, String]

    Name of the project affected by the error

  25. def sentryProjectSlug: SelectionBuilder[SentryError, String]

    Slug of the project affected by the error

  26. def shortId: SelectionBuilder[SentryError, String]

    Short ID (Sentry ID) of the error

  27. def status: SelectionBuilder[SentryError, SentryErrorStatus]

    Status of the error

  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def title: SelectionBuilder[SentryError, String]

    Title of the error

  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def type: SelectionBuilder[SentryError, String]

    Type of the error

  32. def userCount: SelectionBuilder[SentryError, Int]

    Count of users affected by the error

  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. 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