Python Yamcs Client
- General Client
- Mission Database
- TM/TC Processing
- Archive
- Link Management
- Object Storage
- File Transfer
- Time Correlation (TCO)
- Timeline
- Examples
Related
Download this Document
Exceptions¶
- class yamcs.client.ConnectionFailure¶
Bases:
YamcsError
Yamcs is not or no longer available.
- class yamcs.client.NotFound¶
Bases:
YamcsError
The resource was not found.
- class yamcs.client.TimeoutError¶
Bases:
YamcsError
The operation exceeded the given deadline.
- class yamcs.client.Unauthorized¶
Bases:
YamcsError
Unable to get access the resource.