Package xsbti

Interface DiagnosticRelatedInformation


public interface DiagnosticRelatedInformation
Related information for a given diagnostic. At times this can be another place in your code contributing to the diagnostic or just relevant code relating to the diagnostic.
  • Method Summary

    Modifier and Type
    Method
    Description
    Message indicating why this related information is attached to the diagnostic.
    Position of the related information
  • Method Details

    • position

      Position position()
      Position of the related information
    • message

      String message()
      Message indicating why this related information is attached to the diagnostic.