Enum InstrumentationErrorCause

java.lang.Object
java.lang.Enum<InstrumentationErrorCause>
software.amazon.awssdk.services.applicationsignals.model.InstrumentationErrorCause
All Implemented Interfaces:
Serializable, Comparable<InstrumentationErrorCause>

@Generated("software.amazon.awssdk:codegen") public enum InstrumentationErrorCause extends Enum<InstrumentationErrorCause>

The reason why applying an instrumentation configuration failed.

  • FILE_NOT_FOUND - The specified file or file location could not be located.

  • METHOD_NOT_FOUND - The specified method or function does not exist.

  • LINE_NOT_EXECUTABLE - The specified line does not contain executable code.

  • OVERLOADED_METHODS - Multiple overloaded methods were found; provide a line number to disambiguate.

  • LANGUAGE_MISMATCH - The language specified in the configuration does not match the service.

  • RUNTIME_ERROR - A runtime error occurred while applying the instrumentation.