Error classification
| 6472 | |
| 6473 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 6474 | class 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 |