MCPcopy Index your code
hub / github.com/github/copilot-sdk / SessionFSErrorCode

Class SessionFSErrorCode

python/copilot/generated/rpc.py:6474–6478  ·  view source on GitHub ↗

Error classification

Source from the content-addressed store, hash-verified

6472
6473# Experimental: this type is part of an experimental API and may change or be removed.
6474class SessionFSErrorCode(Enum):
6475 """Error classification"""
6476
6477 ENOENT = "ENOENT"
6478 UNKNOWN = "UNKNOWN"
6479
6480# Experimental: this type is part of an experimental API and may change or be removed.
6481@dataclass

Callers 2

from_dictMethod · 0.70
from_dictMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…