Uses of Enum Class
com.github.copilot.generated.rpc.SessionFsSqliteTransactionErrorClass
Packages that use SessionFsSqliteTransactionErrorClass
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionFsSqliteTransactionErrorClass in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionFsSqliteTransactionErrorClass in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumSQLite transaction failure classification.Methods in com.github.copilot.generated.rpc that return SessionFsSqliteTransactionErrorClassModifier and TypeMethodDescriptionSessionFsSqliteTransactionError.errorClass()Returns the value of theerrorClassrecord component.Returns the enum constant of this class with the specified name.static SessionFsSqliteTransactionErrorClass[]SessionFsSqliteTransactionErrorClass.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SessionFsSqliteTransactionErrorClassModifierConstructorDescriptionSessionFsSqliteTransactionError(SessionFsSqliteTransactionErrorClass errorClass, String message) Creates an instance of aSessionFsSqliteTransactionErrorrecord class.