Class NpmFailure_2_0

java.lang.Object
com.gradle.scan.eventmodel.npm.NpmFailure_2_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="4.0.0") public class NpmFailure_2_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a failure occurs during the build.

Zero or more NpmFailure_2_0 events may be published.

  • Field Details

    • id

      public final long id
      The ID of the error.
    • processId

      public final long processId
      The id of the process where the error occurred.
      See Also:
    • message

      public final String message
      The error message.
    • stackLines

      @Nullable("when the stack trace is not available") public final @Nullable("when the stack trace is not available") List<String> stackLines
      The error stack trace.
  • Constructor Details

    • NpmFailure_2_0

      public NpmFailure_2_0(long id, long processId, String message, @Nullable @Nullable List<String> stackLines)
  • Method Details