Uses of Record Class
com.github.copilot.generated.rpc.SessionFsError
Packages that use SessionFsError
-
Uses of SessionFsError in com.github.copilot.generated.rpc
Methods in com.github.copilot.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.SessionFsSqliteQueryResult.error()Returns the value of theerrorrecord component.SessionFsStatResult.error()Returns the value of theerrorrecord component.Constructors in com.github.copilot.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.SessionFsSqliteQueryResult(List<Map<String, Object>> rows, List<String> columns, Long rowsAffected, Long lastInsertRowid, SessionFsError error) Creates an instance of aSessionFsSqliteQueryResultrecord class.SessionFsStatResult(Boolean isFile, Boolean isDirectory, Long size, OffsetDateTime mtime, OffsetDateTime birthtime, SessionFsError error) Creates an instance of aSessionFsStatResultrecord class.