Uses of Enum Class
com.github.copilot.generated.ModelCallFailureSource
Packages that use ModelCallFailureSource
-
Uses of ModelCallFailureSource in com.github.copilot.generated
Methods in com.github.copilot.generated that return ModelCallFailureSourceModifier and TypeMethodDescriptionstatic ModelCallFailureSourceModelCallFailureEvent.ModelCallFailureEventData.source()Returns the value of thesourcerecord component.static ModelCallFailureSourceReturns the enum constant of this class with the specified name.static ModelCallFailureSource[]ModelCallFailureSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type ModelCallFailureSourceModifierConstructorDescriptionModelCallFailureEventData(String model, String initiator, String apiCallId, String providerCallId, String serviceRequestId, Long statusCode, Long durationMs, ModelCallFailureSource source, String errorMessage) Creates an instance of aModelCallFailureEventDatarecord class.