Uses of Enum Class
com.github.copilot.sdk.generated.ModelCallFailureSource
Packages that use ModelCallFailureSource
-
Uses of ModelCallFailureSource in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.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.sdk.generated with parameters of type ModelCallFailureSourceModifierConstructorDescriptionModelCallFailureEventData(String model, String initiator, String apiCallId, String providerCallId, Long statusCode, Double durationMs, ModelCallFailureSource source, String errorMessage) Creates an instance of aModelCallFailureEventDatarecord class.