Uses of Record Class
com.github.copilot.sdk.generated.rpc.SessionFsError
Packages that use SessionFsError
-
Uses of SessionFsError in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SessionFsErrorModifier and TypeMethodDescriptionSessionFsReaddirResult.error()Returns the value of theerrorrecord component.SessionFsReaddirWithTypesResult.error()Returns the value of theerrorrecord component.SessionFsReadFileResult.error()Returns the value of theerrorrecord component.SessionFsStatResult.error()Returns the value of theerrorrecord component.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type SessionFsErrorModifierConstructorDescriptionSessionFsReaddirResult(List<String> entries, SessionFsError error) Creates an instance of aSessionFsReaddirResultrecord class.SessionFsReaddirWithTypesResult(List<SessionFsReaddirWithTypesEntry> entries, SessionFsError error) Creates an instance of aSessionFsReaddirWithTypesResultrecord class.SessionFsReadFileResult(String content, SessionFsError error) Creates an instance of aSessionFsReadFileResultrecord class.SessionFsStatResult(Boolean isFile, Boolean isDirectory, Long size, OffsetDateTime mtime, OffsetDateTime birthtime, SessionFsError error) Creates an instance of aSessionFsStatResultrecord class.