Uses of Enum Class
com.github.copilot.generated.ModelCallFailureSource
Packages that use ModelCallFailureSource
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ModelCallFailureSource in com.github.copilot.generated
Subclasses with type arguments of type ModelCallFailureSource in com.github.copilot.generatedModifier and TypeClassDescriptionenumWhere the failed model call originatedMethods 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, AssistantUsageApiEndpoint apiEndpoint, ModelCallFailureTransport transport, ModelCallFailureKind failureKind, Long maxPromptTokens, Long maxOutputTokens, Boolean isByok, Boolean isAuto, String reasoningEffort, ModelCallFailureSource source, String errorMessage, ModelCallFailureBadRequestKind badRequestKind, String errorCode, String errorType, Map<String, AssistantUsageQuotaSnapshot> quotaSnapshots, ModelCallFailureRequestFingerprint requestFingerprint) Creates an instance of aModelCallFailureEventDatarecord class.