Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SessionFsErrorCode
Packages that use SessionFsErrorCode
-
Uses of SessionFsErrorCode in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SessionFsErrorCodeModifier and TypeMethodDescriptionSessionFsError.code()Returns the value of thecoderecord component.static SessionFsErrorCodestatic SessionFsErrorCodeReturns the enum constant of this class with the specified name.static SessionFsErrorCode[]SessionFsErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type SessionFsErrorCodeModifierConstructorDescriptionSessionFsError(SessionFsErrorCode code, String message) Creates an instance of aSessionFsErrorrecord class.