Class ErrorData

    • Field Detail

      • UPDATE_SOURCES_TYPE

        public static final String UPDATE_SOURCES_TYPE
        Following errors mark build as an internal error. Normally they are reported by TeamCity core. Shouldn't be reported from build step.
        See Also:
        Constant Field Values
      • INACCESSIBLE_EXTERNAL_DEPENDENCY_ERROR_TYPE

        public static final String INACCESSIBLE_EXTERNAL_DEPENDENCY_ERROR_TYPE
        See Also:
        Constant Field Values
      • BUILD_RUNNER_ERROR_TYPE

        public static final String BUILD_RUNNER_ERROR_TYPE
        Following errors mark build as an internal error if reported before or during first build step execution
        See Also:
        Constant Field Values
      • UNKNOWN_TYPE

        public static final String UNKNOWN_TYPE
        Following errors do not mark build as an internal error Normally they are reported by TeamCity core. Shouldn't be reported from build step.
        See Also:
        Constant Field Values
      • SNAPSHOT_DEPENDENCY_ERROR_BUILD_PROCEEDS_TYPE

        public static final String SNAPSHOT_DEPENDENCY_ERROR_BUILD_PROCEEDS_TYPE
        See Also:
        Constant Field Values
      • TYPE_DESCRIPTIONS

        public static final Map TYPE_DESCRIPTIONS
      • stackTrace

        public String stackTrace
      • localizedMessage

        public String localizedMessage
    • Method Detail

      • isInternalError

        public boolean isInternalError()
      • isInternalError

        public static boolean isInternalError​(String type)
      • isSnapshotDependencyError

        public static boolean isSnapshotDependencyError​(String type)