Uses of Enum Class
com.github.copilot.generated.ModelCallFailureTransport
Packages that use ModelCallFailureTransport
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ModelCallFailureTransport in com.github.copilot.generated
Subclasses with type arguments of type ModelCallFailureTransport in com.github.copilot.generatedModifier and TypeClassDescriptionenumTransport used for a failed model callMethods in com.github.copilot.generated that return ModelCallFailureTransportModifier and TypeMethodDescriptionstatic ModelCallFailureTransportModelCallFailureEvent.ModelCallFailureEventData.transport()Returns the value of thetransportrecord component.static ModelCallFailureTransportReturns the enum constant of this class with the specified name.static ModelCallFailureTransport[]ModelCallFailureTransport.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 ModelCallFailureTransportModifierConstructorDescriptionModelCallFailureEventData(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.