ProblemDescriptor

Describes a problem event.

Provides all details provided for problem events. The events are generated via the Problems API.

Since

8.4

Functions

Link copied to clipboard
Returns the problem category.
Link copied to clipboard
abstract fun getDetails(): Details
Returns the details string.
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
Returns the link to the documentation
Link copied to clipboard
@Nullable
abstract fun getFailure(): FailureContainer
Returns the failure associated with this problem.
Link copied to clipboard
abstract fun getLabel(): Label
Returns the problem label.
Link copied to clipboard
abstract fun getLocations(): List<Location>
Returns the locations associated with this problem.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getSeverity(): Severity
Returns the problem severity.
Link copied to clipboard
abstract fun getSolutions(): List<Solution>
Returns the list of solutions.